Skip to content

Commit

Permalink
Update sharedFolderExplorer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and LianaHus committed Feb 20, 2019
1 parent d35d130 commit 27c0a5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-browser/tests/sharedFolderExplorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ function runTests (browser, testData) {
console.log('do not run remixd test for ' + browserName + ': TODO to reenable later')
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)
Expand Down

0 comments on commit 27c0a5b

Please sign in to comment.