Skip to content

Commit b0bf81a

Browse files
Changing comment to reflect correct page
1 parent fcd51a4 commit b0bf81a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/datasets/investigation_dataset_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __init__(self, page: Page):
1010
super().__init__(page)
1111
self.page = page
1212

13-
# Colonoscopy datasets page locators
13+
# Investigation datasets page locators
1414
self.site_lookup_link = self.page.locator("#UI_SITE_SELECT_LINK")
1515
self.practitioner_link = self.page.locator("#UI_SSP_PIO_SELECT_LINK")
1616
self.testing_clinician_link = self.page.locator(
@@ -242,6 +242,7 @@ class PractitionerOptions(StrEnum):
242242

243243
class TestingClinicianOptions(StrEnum):
244244
"""Enum for testing clinician options"""
245+
245246
__test__ = False
246247

247248
BORROWING_PROPERTY = "886"

0 commit comments

Comments
 (0)