Skip to content

Commit 1786843

Browse files
committed
Remove implicitly_wait
1 parent 7a6ac6a commit 1786843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: dash/testing/browser.py

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def __init__(
6666
self._pause = pause
6767

6868
self._driver = until(self.get_webdriver, timeout=1)
69-
self._driver.implicitly_wait(2)
7069

7170
self._wd_wait = WebDriverWait(self.driver, wait_timeout)
7271
self._last_ts = 0

0 commit comments

Comments
 (0)