Skip to content

Commit fb5ed84

Browse files
authored
Merge pull request #55 from synonymdev/feat/replace-close-with-drawer
Adjust doNavigationClose
2 parents 028f609 + 5bb12b1 commit fb5ed84

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)