Skip to content

Commit 95d9e3a

Browse files
As per PR# 107 comments, Code change is implemented.
1 parent a154b5f commit 95d9e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/screening_subject_search/advance_fobt_screening_episode_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class AdvanceFOBTScreeningEpisodePage(BasePage):
8-
"""Advance FOBT Screening Episode Page locators, and methods for interacting with the page."""
8+
"""Advance FOBT Screening Episode Page locators and methods for interacting with the page."""
99

1010
def __init__(self, page: Page):
1111
super().__init__(page)
@@ -16,6 +16,7 @@ def __init__(self, page: Page):
1616
)
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")
19+
self.test_type_dropdown_2 = self.page.locator("#UI_EXT_TEST_TYPE_4325")
1920
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")
2021

2122
self.invite_for_diagnostic_test_button = self.page.get_by_role(

0 commit comments

Comments
 (0)