Skip to content

Commit f59358a

Browse files
committed
Disable waiting for angular for e2e test
1 parent 31aabab commit f59358a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/src/app.e2e-spec.ts

+1
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)