aboutsummaryrefslogtreecommitdiff
path: root/playwright-py/examples/login_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'playwright-py/examples/login_flow.py')
-rw-r--r--playwright-py/examples/login_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/playwright-py/examples/login_flow.py b/playwright-py/examples/login_flow.py
index d114ac6..6d2fa45 100644
--- a/playwright-py/examples/login_flow.py
+++ b/playwright-py/examples/login_flow.py
@@ -45,7 +45,7 @@ def main() -> int:
safe_click(page, 'button[type="submit"]')
page.wait_for_url("**/dashboard", timeout=5000)
- print(f"✓ Logged in; redirected to {page.url}")
+ print(f"[ok] Logged in; redirected to {page.url}")
browser.close()
return 0