Skip to content

Commit f51d1f8

Browse files
Update pages/manual_cease/manual_cease_page.py
Co-authored-by: adrianoaru-nhs <[email protected]> Signed-off-by: AndyG <[email protected]>
1 parent ce78247 commit f51d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/manual_cease/manual_cease_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def fill_notes_and_date(self, notes: str = "AUTO TEST: notes") -> None:
6565

6666
def confirm_cease(self) -> None:
6767
"""Clicks the 'Confirm cease' button and accepts dialog."""
68-
BasePage(self.page).safe_accept_dialog(self.confirm_cease_button)
68+
self.safe_accept_dialog(self.confirm_cease_button)
6969

7070
def fill_notes_if_visible(self, notes: str = "AUTO TEST: notes") -> None:
7171
"""Fills in notes if the notes textbox is visible.

0 commit comments

Comments
 (0)