From 27f6615f10a828049074e3c16b16506189d586e7 Mon Sep 17 00:00:00 2001 From: Prithpal Sooriya Date: Fri, 10 Jul 2026 19:07:19 +0100 Subject: [PATCH] test: revert exact match for create-wallet-account spec see if this helps resolve failing CI --- tests/smoke-appium/accounts/create-wallet-account.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke-appium/accounts/create-wallet-account.spec.ts b/tests/smoke-appium/accounts/create-wallet-account.spec.ts index 18cb7378ce3..69f51f5faf7 100644 --- a/tests/smoke-appium/accounts/create-wallet-account.spec.ts +++ b/tests/smoke-appium/accounts/create-wallet-account.spec.ts @@ -52,7 +52,7 @@ appiumTest.describe(SmokeAccounts('Create wallet accounts - multi-SRP'), () => { timeout: 15_000, }, ); - await AccountListBottomSheet.tapAccountByNameV2('Account 3', true); + await AccountListBottomSheet.tapAccountByNameV2('Account 3'); await waitForWalletHomePlaywright(); await WalletView.tapIdenticon();