We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25962f6 commit f550738Copy full SHA for f550738
wordpress-official-starter/playwright-flow.py
@@ -27,7 +27,7 @@ def log_note(message: str) -> None:
27
page.goto("http://gcb-wordpress:9875", wait_until="networkidle")
28
29
# Wait until logo is visible
30
- page.locator('p#logo').wait_for(timeout=30)
+ page.locator('p#logo').wait_for(state="visible", timeout=30)
31
32
33
# Example of navigating to another page:
0 commit comments