Skip to content

Commit dba2c32

Browse files
committed
removed pytest.mark.only
1 parent 3ea52f0 commit dba2c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_organisations_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def before_each(page: Page):
4040

4141

4242
@pytest.mark.smoke
43-
@pytest.mark.only
4443
def test_organisations_page_navigation(page: Page) -> None:
4544
upload_nacs_data_bureau_link = page.get_by_text("Upload NACS data (Bureau)", exact=True)
4645
bureau_page_link = page.get_by_text("Bureau", exact=True)

0 commit comments

Comments
 (0)