diff --git a/test/e2e/tests/request-queuing/dapp1-switch-dapp2-eth-request-accounts.spec.js b/test/e2e/tests/request-queuing/dapp1-switch-dapp2-eth-request-accounts.spec.js index 60690d4ab66b..e448c995e077 100644 --- a/test/e2e/tests/request-queuing/dapp1-switch-dapp2-eth-request-accounts.spec.js +++ b/test/e2e/tests/request-queuing/dapp1-switch-dapp2-eth-request-accounts.spec.js @@ -67,7 +67,7 @@ describe('Request Queuing Dapp 1 Send Tx -> Dapp 2 Request Accounts Tx', functio assert.deepStrictEqual(accountsBeforeConnect, ''); // Reject the pending confirmation from the first dapp - await switchToNotificationWindow(driver); + await switchToNotificationWindow(driver, 4); await driver.clickElement({ text: 'Reject', tag: 'button' }); // Wait for switch confirmation to close then request accounts confirmation to show for the second dapp