Skip to content

Commit

Permalink
header change
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPRobinson committed Dec 18, 2024
1 parent e9ff5e0 commit a6c4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/access-requests/data-access-request.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("Requesting data access", () => {
cy.get("form").findByRole("button", { name: "Submit" }).click();

cy.findByRole("heading", {
name: "Request complete",
name: "Request received",
level: 1,
}).should("be.visible");

Expand Down

0 comments on commit a6c4952

Please sign in to comment.