Skip to content

Commit 4e17e85

Browse files
committed
wait up to 30 secs
1 parent b80f8b1 commit 4e17e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bookmark/chat/chatlas/test_bookmark_chatlas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_bookmark_chatlas(page: Page, local_app: ShinyAppProc):
2020

2121
chat_controller.expect_messages("Welcome!\nTesting\nYou said to OpenAI: Testing")
2222

23-
assert "?" in page.url
23+
page.wait_for_url(re.compile(r".*\?.*"), timeout=30 * 1000)
2424

2525
page.reload()
2626

0 commit comments

Comments
 (0)