We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0529453 commit dfe04a7Copy full SHA for dfe04a7
tools/pycafe/test_pycafe_links.py
@@ -24,7 +24,7 @@ def test_pycafe_link(url: str, wait_for_text: str):
24
25
# Get the app frame and wait for title
26
frame = page.frame_locator("#app")
27
- frame.get_by_text(wait_for_text).wait_for()
+ frame.get_by_text(wait_for_text).wait_for(timeout=90000)
28
29
print(f"✅ Successfully verified PyCafe link: {url}") # noqa
30
return True
0 commit comments