Skip to content

Commit

Permalink
Skip /about/ page functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Dec 4, 2024
1 parent 7f84d19 commit d645d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from pages.about import AboutPage


@pytest.mark.skip(reason="Skipped for m24 website refresh launch")
@pytest.mark.nondestructive
def test_read_mission_button_displayed(base_url, selenium):
page = AboutPage(selenium, base_url, locale="de").open()
Expand Down

0 comments on commit d645d22

Please sign in to comment.