Skip to content

Commit 5595e90

Browse files
As per PR 107 comments, Code change is implemented.
1 parent 6dcf77f commit 5595e90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pages/screening_subject_search/advance_fobt_screening_episode_page.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, page: Page):
4040
"button", name="Record Diagnosis Date"
4141
)
4242

43-
def select_advance_check(self) -> None:
43+
def check_advance_checkbox(self) -> None:
4444
"""Selects the 'Advance FOBT' checkbox."""
4545
self.advance_checkbox.check()
4646

@@ -90,8 +90,6 @@ def verify_latest_event_status_value(self, latest_event_status: str) -> None:
9090
except Exception:
9191
pytest.fail(f"Subject does not have the status: {latest_event_status}")
9292

93-
94-
9593
def click_record_other_post_investigation_contact_button(self) -> None:
9694
"""Click the 'Record other post-investigation contact' button."""
9795
self.click(self.record_other_post_investigation_contact_button)

0 commit comments

Comments
 (0)