Unverified Commit 47255c39 authored by yann300's avatar yann300 Committed by GitHub

Update sharedFolderExplorer.js

parent 4b1089e7
......@@ -63,6 +63,11 @@ function runTests (browser, testData) {
browser.end()
return
}
if (browserName === 'firefox') {
console.log('do not run remixd test for ' + browserName + ': TODO to reenable later')
browser.end()
return
}
browser
.waitForElementVisible('.newFile', 10000)
.click('.websocketconn')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment