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.
1 parent efcfbb3 commit ee573eaCopy full SHA for ee573ea
features/steps/cpts_ui/prescription_list_steps.py
@@ -19,7 +19,7 @@ def search_context_prescription_id(context):
19
20
@when("I click on the NHS number search tab")
21
def click_on_nhs_number_search_tab(context):
22
- context.active_page.get_by_test_id("eps-tab-heading /search-by-nhs-number").click()
+ context.active_page.get_by_role("tab", name="NHS Number Search").click()
23
24
25
@when("I search for the prescription by NHS number search")
0 commit comments