pull/5370/head
bunsenstraat 3 years ago
parent 3735a84079
commit f19eb227cf
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/terminal.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.3.0
jobs:

@ -225,7 +225,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="terminalJournal"]', '"hex":"0x025cd8"', 120000)
},
'Should listen on all transactions #group8 #flaky': function (browser: NightwatchBrowser) {
'Should listen on all transactions #group8': function (browser: NightwatchBrowser) {
const url = 'http://127.0.0.1:8545'
const identifier = 'Custom'
browser

Loading…
Cancel
Save