removed pause in ballot.test.ts

pull/1342/head
davidzagi93@gmail.com 3 years ago
parent 4357ef2fe4
commit 6097d8c335
  1. 1
      apps/remix-ide-e2e/src/tests/ballot.test.ts

@ -84,7 +84,6 @@ module.exports = {
.click('option[value="web3"]')
.pause(5000)
.modalFooterOKClick()
.pause(5000)
.execute(function () {
const env: any = document.getElementById('selectExEnvOptions')
return env.value

Loading…
Cancel
Save