mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore(tests): fix sync tests
This commit is contained in:
parent
b6c8d64c47
commit
fb4fecd337
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue