mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 03:42:37 +02:00
Also update regex
This commit is contained in:
parent
92e3de87db
commit
f4c3a10251
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def test_map_should_display_first_tilelayer_by_default(
|
|||
page.goto(f"{live_server.url}/map/new")
|
||||
tiles = page.locator(".leaflet-tile-pane img")
|
||||
expect(tiles.first).to_have_attribute(
|
||||
"src", re.compile(r"https://[abc].tile.openstreetmap.org/\d+/\d+/\d+.png")
|
||||
"src", re.compile(r"https://tile.openstreetmap.org/\d+/\d+/\d+.png")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue