Skip to content

Commit

Permalink
Better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 13, 2024
1 parent c9011f1 commit dec922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"latitude_longitude",
),
)
def test_blah(ds_server, table, page):
def test_markers_are_displayed(ds_server, table, page):
page.goto(ds_server + "/data/" + table)
# There should be two leaflet-marker-icons
page.wait_for_selector(".leaflet-marker-icon", timeout=3000)
Expand Down

0 comments on commit dec922d

Please sign in to comment.