Skip to content

Commit

Permalink
use fast swipe on account sheet modal
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox committed Feb 7, 2024
1 parent 4fd60d9 commit ac46864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pages/AccountListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class AccountListView {
}
static async swipeToDimssAccountsModal() {
if (device.getPlatform() === 'android') {
await TestHelpers.swipe(ACCOUNT_LIST_ID, 'down', 'slow', 0.6);
await TestHelpers.swipe(ACCOUNT_LIST_ID, 'down', 'fast', 0.6);
} else {
await TestHelpers.swipeByText('Accounts', 'down', 'fast', 0.6);
}
Expand Down

0 comments on commit ac46864

Please sign in to comment.