1010from pages .organisations .organisations_page import OrganisationsPage
1111
1212# Scenario 1
13- @pytest .mark .wip
1413@pytest .mark .regression
1514@pytest .mark .hub_user_tests
1615def test_hub_user_alerts_populated (page : Page ) -> None :
@@ -28,7 +27,6 @@ def test_hub_user_alerts_populated(page: Page) -> None:
2827 expect (alerts_page .refresh_alerts_link ).to_be_visible (timeout = 5000 )
2928
3029# Scenario 2
31- @pytest .mark .wip
3230@pytest .mark .regression
3331@pytest .mark .hub_user_tests
3432def test_hub_user_kits_logged_not_read_report (page : Page ) -> None :
@@ -46,7 +44,6 @@ def test_hub_user_kits_logged_not_read_report(page: Page) -> None:
4644 expect (test_kits_page .test_kits_header ).to_be_visible (timeout = 5000 )
4745
4846# Scenario 3
49- @pytest .mark .wip
5047@pytest .mark .regression
5148@pytest .mark .hub_user_tests
5249def test_hub_user_people_requiring_colonoscopy_assessment_report (page : Page ) -> None :
@@ -64,7 +61,6 @@ def test_hub_user_people_requiring_colonoscopy_assessment_report(page: Page) ->
6461 expect (appointments_page .appointments_header ).to_be_visible (timeout = 5000 )
6562
6663# Scenario 4
67- @pytest .mark .wip
6864@pytest .mark .regression
6965@pytest .mark .hub_user_tests
7066def test_screening_centre_user_subject_search_and_summary (page : Page ) -> None :
@@ -82,7 +78,6 @@ def test_screening_centre_user_subject_search_and_summary(page: Page) -> None:
8278 search_page .search_subject (surname = "A*" , forename = "A*" , screening_status = "4004" , episode_status = "2" )
8379
8480# Scenario 5
85- @pytest .mark .wip
8681@pytest .mark .regression
8782@pytest .mark .hub_user_tests
8883def test_screening_centre_user_subject_search_and_surveillance (page : Page ) -> None :
@@ -98,3 +93,4 @@ def test_screening_centre_user_subject_search_and_surveillance(page: Page) -> No
9893 org_page = OrganisationsPage (page )
9994 org_page .navigate_to_surveillance_review_summary ()
10095 expect (org_page .surveillance_review_summary_header ).to_be_visible (timeout = 5000 )
96+
0 commit comments