Skip to content

Commit

Permalink
Disable waiting for angular for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sainalshah committed Jan 5, 2021
1 parent 31aabab commit f59358a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('Strongbox', () => {
});

it('should display boot splash screen', () => {
browser.waitForAngularEnabled(false);
page.navigateTo('/');
browser.sleep(2000);
expect(page.getBootsplashScreen().getText()).toBe('Strongbox');
Expand Down

0 comments on commit f59358a

Please sign in to comment.