turn off flaky

pull/5156/head
bunsenstraat 3 months ago
parent ef3a74a256
commit 621b5499dd
  1. 2
      .circleci/config.yml
  2. 4
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -3,7 +3,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.4.4 browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0 win: circleci/windows@5.0

@ -52,7 +52,7 @@ module.exports = {
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]') .waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]')
}, },
'clone a repository #flaky #group1': function (browser: NightwatchBrowser) { 'clone a repository #group1': function (browser: NightwatchBrowser) {
browser browser
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')
.click('*[data-id="clone-panel"]') .click('*[data-id="clone-panel"]')
@ -230,7 +230,7 @@ module.exports = {
.waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]') .waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]')
.waitForElementVisible('*[data-id="filepanel-login-github"]') .waitForElementVisible('*[data-id="filepanel-login-github"]')
}, },
'add a remote #flaky #group2': function (browser: NightwatchBrowser) { 'add a remote #group2': function (browser: NightwatchBrowser) {
browser browser
.pause(1000) .pause(1000)
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')

Loading…
Cancel
Save