Skip to content

Commit b9e6dc2

Browse files
Removed trailing white spaces
1 parent dc1942a commit b9e6dc2

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pages/screening_practitioner_appointments/practitioner_availability_page.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ def __init__(self, page: Page):
1212
self.screening_practitioner_dropdown = page.locator("#UI_PRACTITIONER_ID")
1313
self.calendar_button = page.get_by_role("button", name="Calendar")
1414

15-
def select_royal_hospital_wolverhampton_dropdown_option (self) -> None:
16-
self.site_id_dropdown.select_option(label="THE ROYAL HOSPITAL (WOLVERHAMPTON)")
15+
def select_royal_hospital_wolverhampton_dropdown_option(self) -> None:
16+
self.site_id_dropdown.select_option(label="THE ROYAL HOSPITAL (WOLVERHAMPTON)")
1717

18-
def select_astonish_ethanol_practitioner_dropdown_option (self) -> None:
19-
self.screening_practitioner_dropdown.select_option(label="Astonish, Ethanol")
18+
def select_astonish_ethanol_practitioner_dropdown_option(self) -> None:
19+
self.screening_practitioner_dropdown.select_option(label="Astonish, Ethanol")
2020

21-
def click_calendar_button (self) -> None:
22-
self.click(self.calendar_button)
23-
21+
def click_calendar_button(self) -> None:
22+
self.click(self.calendar_button)

pages/screening_practitioner_appointments/screening_practitioner_appointments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def go_to_patients_that_require_page(self) -> None:
4040
self.click(self.patients_that_require_page)
4141

4242
def go_to_set_availability_page(self) -> None:
43-
self.click(self.active_set_availability_link)
43+
self.click(self.active_set_availability_link)

0 commit comments

Comments
 (0)