pull/5151/head
bunsenstraat 3 months ago
parent 7ed6cf211d
commit be93f41b27
  1. 4
      apps/remix-ide-e2e/src/tests/file_explorer_multiselect.test.ts

@ -7,7 +7,7 @@ module.exports = {
init(browser, done)
},
'Should select multiple items in file explorer #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 #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