We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028f609 commit 5bb12b1Copy full SHA for 5bb12b1
test/helpers/actions.ts
@@ -433,12 +433,8 @@ export async function acceptAppNotificationAlert(
433
}
434
435
export async function doNavigationClose() {
436
- if (driver.isAndroid) {
437
- await tap('NavigationClose');
438
- } else {
439
- await tap('HeaderMenu');
440
- await tap('DrawerWallet');
441
- }
+ await tap('HeaderMenu');
+ await tap('DrawerWallet');
442
443
444
export async function getSeed(): Promise<string> {
0 commit comments