Fix ballot test

pull/5370/head
David Disu 3 years ago committed by yann300
parent 09bed14503
commit 92053e7ae9
  1. 1
      apps/remix-ide-e2e/src/tests/ballot.test.ts

@ -85,6 +85,7 @@ module.exports = {
.clickLaunchIcon('udapp')
.click('*[data-id="settingsWeb3Mode"]')
.modalFooterOKClick()
.pause(5000)
.execute(function () {
const env: any = document.getElementById('selectExEnvOptions')
return env.value

Loading…
Cancel
Save