flaky failed test

pull/5370/head
bunsenstraat 3 months ago
parent df9ded51b8
commit de79b46977
  1. 4
      apps/remix-ide-e2e/src/tests/ballot.test.ts
  2. 2
      apps/remix-ide-e2e/src/tests/remixd.test.ts

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

@ -66,7 +66,7 @@ module.exports = {
'@sources': function () {
return sources
},
'run Remixd tests #group1 #flaky': function (browser) {
'run Remixd tests #group1': function (browser) {
browser.perform(async (done) => {
try {
remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))

Loading…
Cancel
Save