pull/5370/head
filip mertens 2 years ago
parent 32ef0a42b3
commit 969379b665
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/ballot.test.ts

@ -6,7 +6,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.0
node: circleci/node@5.0.2

@ -123,7 +123,7 @@ module.exports = {
.assert.containsText('*[data-id="treeViewDiv0"]', 'bytes32: winnerName_ 0x48656c6c6f20576f726c64210000000000000000000000000000000000000000')
},
'Compile Ballot using config file #group2 #flaky': function (browser: NightwatchBrowser) {
'Compile Ballot using config file #group2': function (browser: NightwatchBrowser) {
browser
.addFile('cf.json', { content: configFile })
.clickLaunchIcon('solidity')

Loading…
Cancel
Save