pull/3573/head
bunsenstraat 2 years ago
parent 719458dadc
commit dc49d93c3c
  1. 4
      apps/remix-ide-e2e/src/tests/ballot_0_4_14.test.ts

@ -20,7 +20,7 @@ module.exports = {
browser
.addFile('Untitled.sol', sources[0]['Untitled.sol'])
},
'Set Ballot 0.4.14 #flaky': function (browser: NightwatchBrowser) {
'Set Ballot 0.4.14': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('solidity')
@ -32,7 +32,7 @@ module.exports = {
.testContracts('Untitled.sol', sources[0]['Untitled.sol'], ['Ballot'])
},
'Deploy Ballot #group1': function (browser: NightwatchBrowser) {
'Deploy Ballot #group1 #flaky': function (browser: NightwatchBrowser) {
browser.pause(500)
.clickLaunchIcon('udapp')
.selectAccount('0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c')

Loading…
Cancel
Save