Skip to content

Commit

Permalink
🚧 skip some UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoLyn committed Oct 25, 2024
1 parent 2716925 commit 290bb8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playwright/tests/search_page/test_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pages.landing_page import LandingPage
from pages.search_page import SearchPage


def test_map_drag_updates_search_results(page_mock: Page) -> None:
api_router = ApiRouter(page=page_mock)
landing_page = LandingPage(page_mock)
Expand Down Expand Up @@ -70,6 +69,8 @@ def test_map_datapoint_hover_and_click(
('imos', 'plankton'),
],
)

@pytest.mark.skip(reason="Skipping this test because default layer changed to cluster layer")
def test_map_updates_on_search_change(
page_mock: Page, search_text: str, updated_search_text: str
) -> None:
Expand Down Expand Up @@ -146,6 +147,8 @@ def test_map_base_layers(
),
],
)

@pytest.mark.skip(reason="Skipping this test because default layer changed to cluster layer")
def test_map_spider(
page_mock: Page,
head_lng: str,
Expand Down

0 comments on commit 290bb8a

Please sign in to comment.