Skip to content

Commit

Permalink
test: Remove unnecessary sleep in test. (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Mar 27, 2018
1 parent 0e89bfe commit a82c421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/webdriver/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ browsers.browsers.forEach(function(browser) {
await driver.findElement(By.id('content_video')).click();
let log = driver.findElement(By.id('log'));
await driver.wait(until.elementTextContains(log, 'start'), 10000);
await driver.sleep(6000);
await driver.switchTo().frame(driver.findElement(
By.css('#content_video_ima-ad-container > div:nth-child(1) > iframe')));
let skipButton = await driver.findElement(
Expand Down

0 comments on commit a82c421

Please sign in to comment.