Skip to content

Commit aa85e50

Browse files
Addressing PR comments
1 parent 0ea0fd9 commit aa85e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/datasets/subject_datasets_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def click_colonoscopy_show_datasets(self) -> None:
3232
Clicks on the 'Show Dataset(s)' button for the Colonoscopy Assessment row on the Subject Datasets Page.
3333
If the button text is "Show Datasets", also clicks the first 'Add' link.
3434
"""
35-
# Find the DatasetHeader div with Investigation
35+
# Find the DatasetHeader div with Colonoscopy Assessment
3636
header = self.page.locator(
3737
"div.DatasetHeader h4:has-text('Colonoscopy Assessment')"
3838
)

0 commit comments

Comments
 (0)