pull/2281/head
filip mertens 3 years ago committed by yann300
parent 9726ba97d3
commit 9e7777d1fb
  1. 5
      apps/remix-ide-e2e/src/tests/specialFunctions.test.ts

@ -172,8 +172,7 @@ module.exports = {
.selectContract('CheckSpecials')
.waitForElementVisible('#value')
.clearValue('#value')
.setValue('#value', '0')
.pause(2000)
.setValue('#value', '0').sendKeys('*[id="search_input"]', browser.Keys.ENTER).pause(3000)
.createContract('')
.clickInstance(1)
.pause(1000)
@ -207,7 +206,7 @@ module.exports = {
.selectContract('CheckSpecials')
.waitForElementVisible('#value')
.clearValue('#value')
.setValue('#value', '0')
.setValue('#value', '0').sendKeys('*[id="search_input"]', browser.Keys.ENTER).pause(3000)
.createContract('')
.clickInstance(0)
.pause(1000)

Loading…
Cancel
Save