pull/5106/head
bunsenstraat 3 months ago
parent c882fbcff5
commit 601b8dda13
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/runAndDeploy.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0

@ -153,7 +153,7 @@ module.exports = {
.waitForElementContainsText('[data-id="treeViewLi0"]', 'uint256: 10')
},
'Should save state after running web3 script #flaky #group4': function (browser: NightwatchBrowser) {
'Should save state after running web3 script #group4': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('settings')
.waitForElementPresent('[data-id="settingsTabGenerateContractMetadataLabel"]')

Loading…
Cancel
Save