Skip to content

Commit f550738

Browse files
committed
Test fix
1 parent 25962f6 commit f550738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress-official-starter/playwright-flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def log_note(message: str) -> None:
2727
page.goto("http://gcb-wordpress:9875", wait_until="networkidle")
2828

2929
# Wait until logo is visible
30-
page.locator('p#logo').wait_for(timeout=30)
30+
page.locator('p#logo').wait_for(state="visible", timeout=30)
3131

3232

3333
# Example of navigating to another page:

0 commit comments

Comments
 (0)