pull/5370/head
yann300 2 years ago committed by Aniket
parent d820993e0f
commit 60f8b1da98
  1. 2
      apps/remix-ide-e2e/src/tests/ballot_0_4_11.test.ts

@ -78,7 +78,7 @@ module.exports = {
browser browser
.openFile('Untitled.sol') .openFile('Untitled.sol')
.clickLaunchIcon('udapp') .clickLaunchIcon('udapp')
.click('*[data-id="settingsWeb3Mode"]') .click('*[data-id="settingsWeb3Mode"]')
.waitForElementPresent('[data-id="envNotification-modal-footer-ok-react"]') .waitForElementPresent('[data-id="envNotification-modal-footer-ok-react"]')
.execute(function () { .execute(function () {
const modal = document.querySelector('[data-id="envNotification-modal-footer-ok-react"]') as any const modal = document.querySelector('[data-id="envNotification-modal-footer-ok-react"]') as any

Loading…
Cancel
Save