Skip to content

Commit

Permalink
fix/ app e2e spec
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Apr 4, 2018
1 parent 05a2500 commit 8046b2a
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 8046b2a

Please sign in to comment.