Skip to content

Commit f8a4f09

Browse files
committed
Issue 1818: Disable waiting for angular for e2e test
1 parent 31aabab commit f8a4f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/src/app.e2e-spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('Strongbox', () => {
99
});
1010

1111
it('should display boot splash screen', () => {
12+
browser.waitForAngularEnabled(false);
1213
page.navigateTo('/');
1314
browser.sleep(2000);
1415
expect(page.getBootsplashScreen().getText()).toBe('Strongbox');

0 commit comments

Comments
 (0)