From f20b57d8c878e7d1e932521941115e73605a8ada Mon Sep 17 00:00:00 2001 From: Jack Sutton Date: Thu, 28 Nov 2024 13:36:15 +0000 Subject: [PATCH] adds new text to cypress tests --- .../feature_flag_workflows/lloyd_george_workflow.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/cypress/e2e/0-ndr-core-tests/feature_flag_workflows/lloyd_george_workflow.cy.js b/app/cypress/e2e/0-ndr-core-tests/feature_flag_workflows/lloyd_george_workflow.cy.js index 56b1a5be1..2814e1026 100644 --- a/app/cypress/e2e/0-ndr-core-tests/feature_flag_workflows/lloyd_george_workflow.cy.js +++ b/app/cypress/e2e/0-ndr-core-tests/feature_flag_workflows/lloyd_george_workflow.cy.js @@ -39,6 +39,7 @@ describe('Feature flags - Lloyd George Workflow', () => { 'eq', 'Available records - Access and store digital patient documents', ); + cy.contains('To search within the record use Control and F').should('exist'); }, );