diff --git a/e2e/app.e2e-spec.ts b/e2e/app.e2e-spec.ts index 2daec1c..5cd698f 100644 --- a/e2e/app.e2e-spec.ts +++ b/e2e/app.e2e-spec.ts @@ -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 !'); }); });