fix remixd tests

pull/1/head
yann300 5 years ago
parent b013a2388f
commit c313d29e8c
  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