pull/2782/head^2
bunsenstraat 2 years ago committed by yann300
parent 25a741821b
commit 660af26643
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/gist.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:

@ -126,7 +126,7 @@ module.exports = {
.click('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
},
'Import From Gist For Valid Gist ID #group2 #flaky': function (browser: NightwatchBrowser) {
'Import From Gist For Valid Gist ID #group2': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('settings')

Loading…
Cancel
Save