run all tests

pull/2603/head^2
filip mertens 2 years ago committed by Aniket
parent e37669425f
commit 83c7da276e
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/recorder.test.ts

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

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

Loading…
Cancel
Save