Skip to content

Commit 5bb12b1

Browse files
committed
Adjust doNavigationClose
1 parent 028f609 commit 5bb12b1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/helpers/actions.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,8 @@ export async function acceptAppNotificationAlert(
433433
}
434434

435435
export async function doNavigationClose() {
436-
if (driver.isAndroid) {
437-
await tap('NavigationClose');
438-
} else {
439-
await tap('HeaderMenu');
440-
await tap('DrawerWallet');
441-
}
436+
await tap('HeaderMenu');
437+
await tap('DrawerWallet');
442438
}
443439

444440
export async function getSeed(): Promise<string> {

0 commit comments

Comments
 (0)