diff --git a/ConcernsCaseWork/ConcernsCaseWork.CypressTests/cypress/e2e/casework-regression/footer-links-active-casework.cy.ts b/ConcernsCaseWork/ConcernsCaseWork.CypressTests/cypress/e2e/casework-regression/footer-links-active-casework.cy.ts index ef26f6c5c..93ab02a3c 100644 --- a/ConcernsCaseWork/ConcernsCaseWork.CypressTests/cypress/e2e/casework-regression/footer-links-active-casework.cy.ts +++ b/ConcernsCaseWork/ConcernsCaseWork.CypressTests/cypress/e2e/casework-regression/footer-links-active-casework.cy.ts @@ -7,7 +7,7 @@ describe('Footer links direct to the correct pages from Active Casework page', ( it('Should open Accessibility link and verify the title', () => { cy.getByTestId("accessibility-link").click(); - cy.get("h1").should("contain.text", "Accessibility statement for Record concerns and support for trusts"); + cy.get("h1").should("contain.text", "Accessibility statement"); cy.excuteAccessibilityTests(); });