chore(tests): fix sync tests

This commit is contained in:
Yohan Boniface 2025-01-09 13:00:59 +01:00
parent b6c8d64c47
commit fb4fecd337

View file

@ -280,7 +280,7 @@ def test_websocket_connection_can_sync_cloned_polygons(
peerB.locator("path").nth(1).drag_to(b_map_el, target_position={"x": 400, "y": 400})
peerB.locator("path").nth(1).click()
peerB.locator("summary").filter(has_text="Shape properties").click()
peerB.locator(".header > a:nth-child(2)").first.click()
peerB.locator(".umap-field-color button.define").first.click()
peerB.get_by_title("Orchid", exact=True).first.click()
peerB.locator("#map").press("Escape")
peerB.get_by_role("button", name="Save").click()