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: 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:

@ -16,7 +16,7 @@ module.exports = {
'@sources': function () { '@sources': function () {
return sources 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 // https://github.com/ethereum/remix-ide/issues/2864
browser browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)

Loading…
Cancel
Save