Skip to content

Commit 0430958

Browse files
As per PR # 123 comments, code change is implemented.
1 parent b38a3e5 commit 0430958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/screening_practitioner_appointments/screening_practitioner_appointments_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def go_to_set_availability_page(self) -> None:
4646
"""Click on the Set Availability link to navigate to the set availability page."""
4747
self.click(self.set_availability_link)
4848

49-
def open_appointments_report(self):
49+
def open_appointments_report(self) -> None:
5050
"""Clicks the 'Appointments' header to open the related report section."""
5151
self.click(self.appointments_header)
5252

0 commit comments

Comments
 (0)