Skip to content

Commit

Permalink
is this really just a matter of waiting?
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Aug 7, 2024
1 parent b1e7cbf commit 68c1813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ def login_and_go(
self.try_login(user=user, password=password, superuser=superuser, legacy_authorized=legacy_authorized)

asyncio.run_coroutine_threadsafe(self.driver.wait_page_load(self.timeout), self.loop).result()
if self.browser == "firefox":
time.sleep(2)
self.wait_visible('#content')
if path:
self.enter_page(path.split("#")[0], host=host)
Expand Down

0 comments on commit 68c1813

Please sign in to comment.