Skip to content

Commit 97c6263

Browse files
Merge branch 'feature/BCSS-20615-regression-test-subject-episodes-diagnosis-date' of https://github.com/NHSDigital/bcss-playwright into feature/BCSS-20615-regression-test-subject-episodes-diagnosis-date
2 parents 093cf3e + 2ace356 commit 97c6263

File tree

2 files changed

+251
-0
lines changed

2 files changed

+251
-0
lines changed

pages/screening_subject_search/advance_fobt_screening_episode_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def __init__(self, page: Page):
1717
self.calendar_button = self.page.get_by_role("button", name="Calendar")
1818
self.test_type_dropdown = self.page.locator("#UI_EXT_TEST_TYPE_2233")
1919
self.test_type_dropdown_2 = self.page.locator("#UI_EXT_TEST_TYPE_4325")
20+
self.test_type_dropdown_2 = self.page.locator("#UI_EXT_TEST_TYPE_4325")
2021
self.advance_checkbox = self.page.get_by_label("There are some events available which should only be used in exceptional circumstances. If you wish to see them, check this box")
2122

2223
self.invite_for_diagnostic_test_button = self.page.get_by_role(

0 commit comments

Comments
 (0)