fix picto tests

This commit is contained in:
Joachim Schleicher 2023-12-09 20:32:07 +01:00
parent 20bbbbad0c
commit 259a002705

View file

@ -165,7 +165,7 @@ def test_can_use_remote_url_as_picto(map, live_server, page, pictos):
input_el.blur()
expect(marker).to_have_attribute("src", "https://foo.bar/img.jpg")
# Now close and reopen the form, it should still be the URL tab
close = page.locator("#umap-ui-container").get_by_title("Close")
close = page.locator("#umap-ui-container .toolbox").get_by_title("Close")
expect(close).to_be_visible()
close.click()
edit_settings.click()
@ -205,7 +205,7 @@ def test_can_use_char_as_picto(map, live_server, page, pictos):
expect(marker).to_have_count(1)
expect(marker).to_have_text("")
# Now close and reopen the form, it should still be the URL tab
close = page.locator("#umap-ui-container").get_by_title("Close")
close = page.locator("#umap-ui-container .toolbox").get_by_title("Close")
expect(close).to_be_visible()
close.click()
edit_settings.click()