turn off flaky

LianaHus-patch-7
bunsenstraat 11 months ago
parent cf1443a921
commit c5ab6c2758
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/file_explorer_context_menu.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.4
win: circleci/windows@5.0

@ -84,7 +84,7 @@ module.exports = {
.waitForElementVisible('*[data-id="treeViewLitreeViewItemREADME2.txt"]', 7000)
},
// file copy paste tests
'Should copy file and paste in root with right click and it will contain a new file #flaky #group1 ': function (browser: NightwatchBrowser) {
'Should copy file and paste in root with right click and it will contain a new file #group1 ': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('li[data-id="treeViewLitreeViewItemREADME.txt"]')
.rightClick('li[data-id="treeViewLitreeViewItemREADME.txt"]')

Loading…
Cancel
Save