Skip to content

Commit

Permalink
Merge pull request #161 from piemasters/master
Browse files Browse the repository at this point in the history
fix/ app e2e spec
  • Loading branch information
maximegris authored Apr 15, 2018
2 parents 5f0abdb + 8046b2a commit 84ade81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 !');
});
});

0 comments on commit 84ade81

Please sign in to comment.