Skip to content

Commit

Permalink
Fixed Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshakirdfe committed Nov 22, 2024
1 parent 7d07762 commit 2b4d667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 2b4d667

Please sign in to comment.