From c313d29e8c14334d1459edcdeefca4f3c3f97b43 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 20 Jun 2019 16:46:41 +0200 Subject: [PATCH] fix remixd tests --- test-browser/tests/sharedFolderExplorer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-browser/tests/sharedFolderExplorer.js b/test-browser/tests/sharedFolderExplorer.js index d9d85b800a..410f57eebe 100644 --- a/test-browser/tests/sharedFolderExplorer.js +++ b/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"]')