pull/2729/head
filip mertens 3 years ago committed by Aniket
parent f9460bab3c
commit a343177b35
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/txListener.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.2.3
jobs:

@ -16,7 +16,7 @@ module.exports = {
'@sources': function () {
return sources
},
'The sequence: Compiling / Deploying / Compiling another contract / calling the first contract - should display in the log the transaction with all the decoded information #group1 #flaky': function (browser: NightwatchBrowser) {
'The sequence: Compiling / Deploying / Compiling another contract / calling the first contract - should display in the log the transaction with all the decoded information #group1': function (browser: NightwatchBrowser) {
// https://github.com/ethereum/remix-ide/issues/2864
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)

Loading…
Cancel
Save