Skip to content

Commit

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

self._wait_present('#content')
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 5b16069

Please sign in to comment.