fix e2e tests based on PR #161 and terminate the npm process after test execution
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