Skip to content

Commit

Permalink
Update tests/ui/src/pages/questionnaire-check-your-answers-page.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Priyanka (PRJH2) <178916511+prjh2-nhs@users.noreply.github.com>
  • Loading branch information
csimpson24334 and prjh2-nhs authored Oct 14, 2024
1 parent 8868c03 commit 8919038
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default class CheckAnswersPage {
get getRefusedUnplannedField(): Locator {
return this.page.locator("//*[contains(@class, 'nhsuk-table__value')]").nth(12);
}

get getPatientsNotDiagnosedField(): Locator {
return this.page.locator("//*[contains(@class, 'nhsuk-table__value')]").nth(13);
}
Expand Down

0 comments on commit 8919038

Please sign in to comment.