Skip to content

Commit 298fa06

Browse files
committed
fix build
1 parent 5ae6265 commit 298fa06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/htmlunit/javascript/host/Location2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ public void locationAfterOpenClosePopup() throws Exception {
10391039
driver.findElement(By.id("click")).click();
10401040

10411041
if (useRealBrowser()) {
1042-
Thread.sleep(DEFAULT_WAIT_TIME);
1042+
Thread.sleep(400);
10431043
}
10441044

10451045
verifySessionStorage2(driver, getExpectedAlerts()[0], getExpectedAlerts()[1], getExpectedAlerts()[2]);

0 commit comments

Comments
 (0)