turn off flaky

pull/3600/head^2
filip mertens 2 years ago
parent 854f398f6e
commit 6fa26c7671
  1. 2
      .circleci/config.yml
  2. 3
      apps/remix-ide-e2e/src/tests/vyper_api.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.1
jobs:

@ -21,11 +21,10 @@ module.exports = {
.frame(0)
},
'Should clone the Vyper repo #group1 #flaky': function (browser: NightwatchBrowser) {
'Should clone the Vyper repo #group1': function (browser: NightwatchBrowser) {
browser.click('button[data-id="add-repository"]')
.frameParent()
.clickLaunchIcon('filePanel')
.saveScreenshot('./reports/screenshots/vyper_api_test_should_clone_the_vyper_repo.png')
.waitForElementVisible({
selector: "//*[@data-id='workspacesSelect' and contains(.,'vyper-lang')]",
locateStrategy: 'xpath',

Loading…
Cancel
Save