Skip to content

Commit 41c5f01

Browse files
Update pages/screening_practitioner_appointments/subject_datasets.py
Co-authored-by: adrianoaru-nhs <[email protected]> Signed-off-by: AndyG <[email protected]>
1 parent f9089a2 commit 41c5f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/screening_practitioner_appointments/subject_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, page: Page):
3131
)
3232

3333
def click_show_datasets(self) -> None:
34-
self.show_dataset_button.click()
34+
self.click(self.show_dataset_button)
3535

3636
def save_dataset(self) -> None:
3737
self.save_dataset_button.click()

0 commit comments

Comments
 (0)