Skip to content

Commit 0f5fdde

Browse files
Chore: [AEA-6529] -changed test id (#734)
## Summary https://nhsd-jira.digital.nhs.uk/browse/AEA-6529 - Routine Change updating a test id as we can now have multiple prescription ID error messages
1 parent 7136418 commit 0f5fdde

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.grype.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
ignore:
22
# node - being upgraded to 24.14.1
33
- vulnerability: CVE-2026-21710
4+
# waiting on APIM to upgrade to a secure version on pytest NHSD-APIM
5+
- vulnerability: GHSA-vfmq-68hx-4jfw

pages/search_for_a_prescription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, page: Page):
1515
self.basic_details_search_header = page.get_by_test_id("basic-details-search-heading")
1616
self.error_summary = page.get_by_test_id("error-summary")
1717

18-
self.prescription_id_error = page.get_by_test_id("prescription-id-error")
18+
self.prescription_id_error = page.get_by_test_id("error-message-multiple")
1919
self.prescription_id_input = page.get_by_test_id("prescription-id-input")
2020
self.find_prescription_button = page.get_by_test_id("find-prescription-button")
2121

0 commit comments

Comments
 (0)