Skip to content

Commit

Permalink
[js] Attempt to de-flake a test with a hard sleep (yuck)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jan 13, 2018
1 parent c41f9ef commit 1389672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/node/selenium-webdriver/test/firefox_test.js
Expand Up @@ -217,6 +217,7 @@ suite(function(env) {
await verifyWebExtensionNotInstalled();

let id = await driver.installAddon(WEBEXTENSION_EXTENSION);
await driver.sleep(1000); // Give extension time to install (yuck).

await driver.get(Pages.echoPage);
await verifyWebExtensionWasInstalled();
Expand Down

0 comments on commit 1389672

Please sign in to comment.