Skip to content

Commit e6f1116

Browse files
Removing unnecessary back clicks
1 parent d6bdeed commit e6f1116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/smokescreen/test_compartment_5.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,9 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
174174
)
175175
page.get_by_role("button", name="Save").click()
176176

177-
# Click 'Back' link
178-
BasePage(page).click_back_button()
179177
verify_subject_event_status_by_nhs_no(
180178
page, nhs_no, "A361 - Other Post-investigation Contact Required"
181179
)
182-
BasePage(page).click_back_button()
183-
# This brings you back to the subject search criteria page
184180

185181
# Repeat above for x subjects
186182

0 commit comments

Comments
 (0)