pull/5370/head
filip mertens 3 years ago committed by yann300
parent aaa8df4b4b
commit c14e2d886c
  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