drag drop flaky test

pull/5151/head
bunsenstraat 3 months ago committed by bunsenstraat
parent a247f183ab
commit 9825f8b11d
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/file_explorer_multiselect.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: false
default: true
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0

@ -56,7 +56,7 @@ module.exports = {
})
}
},
'should drag and drop multiple files and folders in file explorer to contracts folder #group3': function (browser: NightwatchBrowser) {
'should drag and drop multiple files and folders in file explorer to contracts folder #flaky #group3': function (browser: NightwatchBrowser) {
const selectedElements = []
if (browser.options.desiredCapabilities?.browserName === 'firefox') {
console.log('Skipping test for firefox')

Loading…
Cancel
Save