fix e2e tests based on PR #161 and terminate the npm process after test execution

This commit is contained in:
Sebastian Peischl
2018-04-09 21:29:11 +02:00
parent 05a25004a5
commit fccf348abb
2 changed files with 3 additions and 2 deletions

View File

@@ -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 !');
});
});