We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31aabab commit f59358aCopy full SHA for f59358a
e2e/src/app.e2e-spec.ts
@@ -9,6 +9,7 @@ describe('Strongbox', () => {
9
});
10
11
it('should display boot splash screen', () => {
12
+ browser.waitForAngularEnabled(false);
13
page.navigateTo('/');
14
browser.sleep(2000);
15
expect(page.getBootsplashScreen().getText()).toBe('Strongbox');
0 commit comments