Skip to content

Commit 5849263

Browse files
committed
wip
1 parent 8323eeb commit 5849263

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_2.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from utils.subject_assertion import subject_assertion
88
from pages.base_page import BasePage
99

10+
@pytest.mark.wip
1011
@pytest.mark.fobt_regression_tests
1112
def test_scenario_2(page: Page) -> None:
1213
"""
@@ -30,6 +31,7 @@ def test_scenario_2(page: Page) -> None:
3031
> Process S158 letter batch > S159 (1.3) > C203 (1.13)
3132
> Check recall [SSCL4a]
3233
"""
34+
logging.info("[TEST START] Regression - fobt normal kit reading")
3335

3436
# Given I log in to BCSS "England" as user role "Hub Manager"
3537
UserTools.user_login(page, "Hub Manager State Registered at BCS01")
@@ -65,6 +67,8 @@ def test_scenario_2(page: Page) -> None:
6567
"screening status": "Inactive",
6668
},
6769
)
70+
logging.info("Updated subject details checked in the DB")
71+
6872

6973
# When I run the FOBT failsafe trawl for my subject
7074

@@ -92,7 +96,7 @@ def test_scenario_2(page: Page) -> None:
9296
)
9397

9498
# When I invite my subject for FOBT screening
95-
99+
96100
# Then my subject has been updated as follows:
97101
# Latest event status S1 Selected for Screening
98102
# Latest episode kit class FIT

0 commit comments

Comments
 (0)