Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 6, 2019
1 parent 0da191a commit 0747add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular/test/test-app/e2e/src/navigation.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('navigation', () => {
await element(by.css('#routerLink')).click();
await waitTime(500);
await swipeLeft(5);
await waitTime(500);
await waitTime(1000);

const pageHidden = element(by.css('app-router-link'));
expect(await pageHidden.getAttribute('aria-hidden')).toEqual('true');
Expand All @@ -31,7 +31,7 @@ describe('navigation', () => {
await waitTime(500);
await testStack('ion-router-outlet', ['app-router-link', 'app-router-link-page']);

await swipeLeft(300);
await swipeLeft(1000);

await waitTime(500);
await testStack('ion-router-outlet', ['app-router-link']);
Expand Down

0 comments on commit 0747add

Please sign in to comment.