fix remixd tests

pull/3094/head
yann300 6 years ago
parent b2794c7c81
commit 1f401744e8
  1. 2
      test-browser/tests/sharedFolderExplorer.js

@ -63,6 +63,8 @@ function runTests (browser, testData) {
.click('#pluginManager article[id="remixPluginManagerListItem_remixd"] button')
.waitForElementVisible('#modal-footer-ok', 2000)
.click('#modal-footer-ok')
.pause(2000)
.click('#modal-footer-ok')
.clickLaunchIcon('fileExplorers')
.waitForElementVisible('[data-path="localhost/folder1"]')
.click('[data-path="localhost/folder1"]')

Loading…
Cancel
Save