|
|
|
@ -26,6 +26,7 @@ module.exports = { |
|
|
|
|
}, |
|
|
|
|
'Should drag and drop multiple files in file explorer to tests folder #group1': function (browser: NightwatchBrowser) { |
|
|
|
|
const selectedElements = [] |
|
|
|
|
if (browser.browserName.indexOf('firefox') > -1) return |
|
|
|
|
browser |
|
|
|
|
.click({ selector: '//*[@data-id="treeViewUltreeViewMenu"]', locateStrategy: 'xpath' }) |
|
|
|
|
.click({ selector: '//*[@data-id="treeViewLitreeViewItemcontracts/1_Storage.sol"]', locateStrategy: 'xpath' }) |
|
|
|
|