We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58441f + d99552f commit 532f1a7Copy full SHA for 532f1a7
pages/datasets/subject_datasets_page.py
@@ -32,7 +32,7 @@ def click_colonoscopy_show_datasets(self) -> None:
32
Clicks on the 'Show Dataset(s)' button for the Colonoscopy Assessment row on the Subject Datasets Page.
33
If the button text is "Show Datasets", also clicks the first 'Add' link.
34
"""
35
- # Find the DatasetHeader div with Investigation
+ # Find the DatasetHeader div with Colonoscopy Assessment
36
header = self.page.locator(
37
"div.DatasetHeader h4:has-text('Colonoscopy Assessment')"
38
)
0 commit comments