Skip to content

Commit e487b3b

Browse files
As per PR # 123 review comments, code change is implemented.
1 parent 3e7bacb commit e487b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/screening_practitioner_appointments/screening_practitioner_appointments_page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def go_to_set_availability_page(self) -> None:
4747
self.click(self.set_availability_link)
4848

4949
def open_appointments_report(self):
50+
"""Clicks the 'Appointments' header to open the related report section."""
5051
self.click(self.appointments_header)
5152

5253

0 commit comments

Comments
 (0)