fix/ app e2e spec

This commit is contained in:
David
2018-04-04 13:37:51 +01:00
parent 05a25004a5
commit 8046b2a1a1

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