pull/5151/head
bunsenstraat 3 months ago
parent 00857cdde0
commit 7ed6cf211d
  1. 2
      .circleci/config.yml
  2. 4
      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: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0

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

Loading…
Cancel
Save