fix picto tests
This commit is contained in:
parent
20bbbbad0c
commit
259a002705
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue