pull/3573/head
bunsenstraat 2 years ago
parent a2bc79f179
commit 167fae8045
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/ballot_0_4_14.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: false
default: true
orbs:
browser-tools: circleci/browser-tools@1.4.1
jobs:

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

Loading…
Cancel
Save