Skip to content

Commit

Permalink
login fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxrk committed May 31, 2024
1 parent 322c767 commit 70a585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanguard/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def find_login_state(self):
pass
try:
self.page.wait_for_selector(
"h1.page-title:nth-child(1)",
"a:has-text('I don\\'t see this in my app')",
timeout=5000,
)
mode = 4
Expand Down

0 comments on commit 70a585c

Please sign in to comment.