From 5bb12b19b291b5eef69a64945e6010719aeab3b7 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Wed, 26 Nov 2025 12:54:28 +0100 Subject: [PATCH] Adjust doNavigationClose --- test/helpers/actions.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/helpers/actions.ts b/test/helpers/actions.ts index 61414a0..c754058 100644 --- a/test/helpers/actions.ts +++ b/test/helpers/actions.ts @@ -433,12 +433,8 @@ export async function acceptAppNotificationAlert( } export async function doNavigationClose() { - if (driver.isAndroid) { - await tap('NavigationClose'); - } else { - await tap('HeaderMenu'); - await tap('DrawerWallet'); - } + await tap('HeaderMenu'); + await tap('DrawerWallet'); } export async function getSeed(): Promise {