diff --git a/apps/remix-ide-e2e/src/tests/proxy.test.ts b/apps/remix-ide-e2e/src/tests/proxy.test.ts index 97492fce78..98efd14302 100644 --- a/apps/remix-ide-e2e/src/tests/proxy.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy.test.ts @@ -179,17 +179,20 @@ module.exports = { .click( { selector: '[data-id="confirmProxyDeployment-modal-footer-ok-react"]', - suppressNotFoundErrors: true + suppressNotFoundErrors: true, + abortOnFailure: false }) .click( { selector: '[data-id="confirmProxyDeployment-modal-footer-ok-react"]', - suppressNotFoundErrors: true + suppressNotFoundErrors: true, + abortOnFailure: false }) .click( { selector: '[data-id="confirmProxyDeployment-modal-footer-ok-react"]', - suppressNotFoundErrors: true + suppressNotFoundErrors: true, + abortOnFailure: false }) .waitForElementPresent('[data-id="universalDappUiTitleExpander0"]') .waitForElementPresent('[data-id="universalDappUiTitleExpander1"]')