pull/2603/head^2
yann300 2 years ago committed by Aniket
parent 374d151179
commit 5ea0bc5082
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/recorder.test.ts

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

@ -64,7 +64,7 @@ module.exports = {
})
},
'Record more than one contract': function (browser: NightwatchBrowser) {
'Record more than one contract #flaky': function (browser: NightwatchBrowser) {
// deploy 2 contracts (2 different ABIs), save the record, reexecute and test one of the function.
browser
.click('*[data-id="deployAndRunClearInstances"]')

Loading…
Cancel
Save