test error msg

pull/5343/head
bunsenstraat 4 weeks ago committed by Aniket
parent 1f9ed02c7a
commit dd8ba0e726
  1. 4
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts

@ -109,6 +109,10 @@ const tests = {
.waitForElementVisible('*[data-id="udappNotifyModalDialogModalBody-react"]', 60000)
.click('[data-id="udappNotify-modal-footer-cancel-react"]')
.saveScreenshot('./reports/screenshots/metamask_8.png')
.waitForElementVisible({
locateStrategy: 'xpath',
selector: "//span[@class='text-log' and contains(text(), 'errored')]"
})
},

Loading…
Cancel
Save