Skip to content

Commit

Permalink
add disableSynchronization again
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Aug 29, 2024
1 parent f6c4d96 commit 503d0da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/9_swaps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ import {
afterAllcleanApp,
fetchElementAttributes,
tap,
tapByText,
delayTime,
swipeUntilVisible,
tapAndLongPressByText,
tapAndLongPress,
swipe,
} from './helpers';
Expand Down Expand Up @@ -60,6 +58,7 @@ describe('Swap Sheet Interaction Flow', () => {
});

it('Should open swap screen with 50% inputAmount for inputAsset', async () => {
await device.disableSynchronization();
await tap('swap-button');
await delayTime('long');

Expand Down

0 comments on commit 503d0da

Please sign in to comment.