From 59990468f657c538845aee7ccb9afc1fdd9c6213 Mon Sep 17 00:00:00 2001 From: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Date: Thu, 30 May 2024 21:27:45 -0400 Subject: [PATCH] test: fix flaky test (#24926) --- test/e2e/tests/account/import-flow.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/tests/account/import-flow.spec.js b/test/e2e/tests/account/import-flow.spec.js index 4c0a7b0fd973..689b1c0eb4c5 100644 --- a/test/e2e/tests/account/import-flow.spec.js +++ b/test/e2e/tests/account/import-flow.spec.js @@ -87,6 +87,7 @@ describe('Import flow @no-mmi', function () { // accepts the account password after lock await unlockWallet(driver, { + navigate: false, waitLoginSuccess: false, });