Change project name to Homepage
Disable angular analytics prompt.
This commit is contained in:
committed by
Cameron Cordes
parent
64e73eea85
commit
42543f0abe
@@ -9,6 +9,6 @@ describe('workspace-project App', () => {
|
||||
|
||||
it('should display welcome message', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getParagraphText()).toEqual('Welcome to TestWebsite!');
|
||||
expect(page.getParagraphText()).toEqual('Welcome to Homepage!');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user