Unverified Commit 88316b65 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2244 from ethereum/yann300-patch-63

Fix browser test
parents 8d3a09f9 fe001c8b
...@@ -62,7 +62,6 @@ function runTests (browser, testData) { ...@@ -62,7 +62,6 @@ function runTests (browser, testData) {
.clickLaunchIcon('pluginManager') .clickLaunchIcon('pluginManager')
.click('#pluginManager article[id="remixPluginManagerListItem_remixd"] button') .click('#pluginManager article[id="remixPluginManagerListItem_remixd"] button')
.waitForElementVisible('#modal-footer-ok', 2000) .waitForElementVisible('#modal-footer-ok', 2000)
.click('#modal-footer-ok')
.pause(2000) .pause(2000)
.click('#modal-footer-ok') .click('#modal-footer-ok')
.clickLaunchIcon('fileExplorers') .clickLaunchIcon('fileExplorers')
......
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