Skip to content

Commit

Permalink
chore(test): remove empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed May 16, 2024
1 parent 81b2bba commit cb54cbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions umap/tests/integration/test_owned_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,3 @@ def test_can_delete_datalayer(live_server, map, login, datalayer):
expect(markers).to_have_count(0)
# FIXME does not work, resolve to 1 element, even if this command is empty:
expect(layers).to_have_count(0)


def test_something(live_server, map, login, user):
page = login(user)
page.goto(f"{live_server.url}/map/{map.id}/ws-token")

0 comments on commit cb54cbb

Please sign in to comment.