Merge pull request #161 from piemasters/master

fix/ app e2e spec
This commit is contained in:
Maxime GRIS
2018-04-15 11:47:31 +02:00
committed by GitHub

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