fix/ app e2e spec
This commit is contained in:
@@ -9,6 +9,7 @@ describe('angular-electron App', () => {
|
||||
});
|
||||
|
||||
it('should display message saying App works !', () => {
|
||||
page.navigateTo('/');
|
||||
expect(element(by.css('app-home h1')).getText()).toMatch('App works !');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user