seperate group

pull/5370/head
filip mertens 3 years ago committed by yann300
parent c14e2d886c
commit e627ed4b55
  1. 8
      apps/remix-ide-e2e/src/tests/specialFunctions.test.ts

@ -165,16 +165,16 @@ module.exports = {
})
})
},
'Use special functions receive/fallback - receive and fallback are declared, sending data and wei #group4': function (browser: NightwatchBrowser) {
'Use special functions receive/fallback - receive and fallback are declared, sending data and wei #group6': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('#icon-panel', 10000)
.testContracts('receiveAndFallbackBothPayable.sol', sources[4]['receiveAndFallbackBothPayable.sol'], ['CheckSpecials'])
.clickLaunchIcon('udapp')
.selectContract('CheckSpecials')
.waitForElementVisible('#value')
.clearValue('#value')
.setValue('#value', '0').sendKeys('*[id="search_input"]', browser.Keys.ENTER).pause(3000)
.setValue('#value', '0')
.pause(2000)
.createContract('')
.clickInstance(1)
.pause(1000)
.perform((done) => {
browser.getAddressAtPosition(1, (address) => {
@ -206,7 +206,7 @@ module.exports = {
.selectContract('CheckSpecials')
.waitForElementVisible('#value')
.clearValue('#value')
.setValue('#value', '0').sendKeys('*[id="search_input"]', browser.Keys.ENTER).pause(3000)
.setValue('#value', '0').pause(2000)
.createContract('')
.clickInstance(0)
.pause(1000)

Loading…
Cancel
Save