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 503b1b5 commit 6424f6fCopy full SHA for 6424f6f
tests/ui/test_mapview_interaction.py
@@ -24,6 +24,7 @@ def click_and_drag_canvas(
24
Start and end positions are 0-100 percentages of the canvas size.
25
"""
26
canvas = page_session.locator("canvas").first
27
+ canvas.wait_for(state="visible", timeout=5000)
28
bbox = canvas.bounding_box()
29
30
# Convert relative coords to absolute pixels
0 commit comments