pull/5370/head
bunsenstraat 2 years ago
parent 98daaf5f5f
commit 24e4cca0e1
  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: parameters:
run_flaky_tests: run_flaky_tests:
type: boolean type: boolean
default: false default: true
orbs: orbs:
browser-tools: circleci/browser-tools@1.4.1 browser-tools: circleci/browser-tools@1.4.1
jobs: jobs:

@ -20,7 +20,7 @@ module.exports = {
browser browser
.addFile('Untitled.sol', sources[0]['Untitled.sol']) .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 browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')

Loading…
Cancel
Save