Skip to content

Commit 532f1a7

Browse files
Merge branch 'main' of github.com:NHSDigital/bcss-playwright into feature/BCSS-22018-surveillanceregressiontests-scenario-6
# Conflicts: # pages/datasets/subject_datasets_page.py # pages/screening_subject_search/advance_surveillance_episode_page.py
2 parents f58441f + d99552f commit 532f1a7

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)