@@ -40,7 +40,7 @@ def before_each(page: Page):
4040ICB_ORGANISATION_CODE = "Z9Z1S"
4141NHS_TRUST_SITE_CODE = "Z9Z1X"
4242
43- @ pytest . mark . wip
43+
4444@pytest .mark .regression
4545@pytest .mark .organisations_users_and_contacts_tests
4646@pytest .mark .organisations_and_contacts_build_level_tests
@@ -55,7 +55,6 @@ def test_check_list_all_organisations_page(page) -> None:
5555 ViewOrganisation (page ).verify_page_title ()
5656
5757
58- @pytest .mark .wip
5958@pytest .mark .regression
6059@pytest .mark .organisations_users_and_contacts_tests
6160@pytest .mark .organisations_and_contacts_develop_level_tests
@@ -76,7 +75,6 @@ def test_create_new_icb_z9z1s_using_create_new_org(page) -> None:
7675 CreateOrganisation (page ).verify_success_message ()
7776
7877
79- @pytest .mark .wip
8078@pytest .mark .regression
8179@pytest .mark .organisations_users_and_contacts_tests
8280@pytest .mark .organisations_and_contacts_develop_level_tests
@@ -97,7 +95,6 @@ def test_create_new_nhs_trust_site_z9z1x_using_create_site(page) -> None:
9795 CreateSite (page ).verify_success_message ()
9896
9997
100- @pytest .mark .wip
10198@pytest .mark .regression
10299@pytest .mark .organisations_users_and_contacts_tests
103100@pytest .mark .organisations_and_contacts_develop_level_tests
@@ -117,7 +114,6 @@ def test_view_and_edit_organisation_values_z9z1s(page) -> None:
117114 ViewOrganisation (page ).verify_organisation_code_details ("ICB" )
118115
119116
120- @pytest .mark .wip
121117@pytest .mark .regression
122118@pytest .mark .organisations_users_and_contacts_tests
123119@pytest .mark .organisations_and_contacts_develop_level_tests
@@ -135,11 +131,9 @@ def test_remove_all_created_organisation(page) -> None:
135131 )
136132
137133
138- @pytest .mark .wip
139134@pytest .mark .regression
140135@pytest .mark .organisations_users_and_contacts_tests
141136@pytest .mark .organisations_and_contacts_develop_level_tests
142- @pytest .mark .wip
143137def test_remove_all_created_sites (page ) -> None :
144138 """
145139 Verifies that the 'Remove All Created Sites' functionality works correctly
0 commit comments