Skip to content

Commit 85d1eac

Browse files
Feature/bcss 22024 surveillanceregressiontests scenario 11 (#165)
<!-- markdownlint-disable-next-line first-line-heading --> ## Description <!-- Describe your changes in detail. --> Completing scenario 11 of Surveillance Regression Tests ## Context <!-- Why is this change required? What problem does it solve? --> Completing scenario 11 of Surveillance Regression Tests ## Type of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] Refactoring (non-breaking change) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [ ] Bug fix (non-breaking change which fixes an issue) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [x] I am familiar with the [contributing guidelines](https://github.com/nhs-england-tools/playwright-python-blueprint/blob/main/CONTRIBUTING.md) - [x] I have followed the code style of the project - [x] I have added tests to cover my changes (where appropriate) - [x] I have updated the documentation accordingly - [ ] This PR is a result of pair or mob programming --- ## Sensitive Information Declaration To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including [PII (Personal Identifiable Information) / PID (Personal Identifiable Data)](https://digital.nhs.uk/data-and-information/keeping-data-safe-and-benefitting-the-public) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter. - [x] I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.
1 parent ef085d7 commit 85d1eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/regression_tests/surveillance_regression_tests/test_surveillance_scenario_11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def test_scenario_11(page: Page, general_properties: dict) -> None:
411411
3,
412412
)
413413

414-
# And I add intervention 1 for polyp 2 with the following fields and values within the Investigation Dataset for this subject:
414+
# And I add intervention 1 for polyp 3 with the following fields and values within the Investigation Dataset for this subject:
415415
InvestigationDatasetCompletion(page).fill_polyp_x_intervention(
416416
{
417417
"modality": PolypInterventionModalityOptions.POLYPECTOMY,
@@ -424,7 +424,7 @@ def test_scenario_11(page: Page, general_properties: dict) -> None:
424424
3,
425425
)
426426

427-
# And I update histology details for polyp 2 with the following fields and values within the Investigation Dataset for this subject:
427+
# And I update histology details for polyp 3 with the following fields and values within the Investigation Dataset for this subject:
428428
InvestigationDatasetCompletion(page).fill_polyp_x_histology(
429429
{
430430
"pathology lost": YesNoOptions.YES,

0 commit comments

Comments
 (0)