Skip to content

Commit

Permalink
Remove implicitly_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Feb 8, 2023
1 parent 7a6ac6a commit 1786843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dash/testing/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __init__(
self._pause = pause

self._driver = until(self.get_webdriver, timeout=1)
self._driver.implicitly_wait(2)

self._wd_wait = WebDriverWait(self.driver, wait_timeout)
self._last_ts = 0
Expand Down

0 comments on commit 1786843

Please sign in to comment.