Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-mo committed Jun 13, 2024
1 parent d2c1121 commit 42b0df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/wp/form.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe("MFP Work Plan E2E Submission", () => {

cy.contains("Successfully Submitted").should("be.visible");

cy.get('text:contains("Leave form")').focus().click();
cy.get("a:contains('Leave form')").focus().click();
cy.url().should("include", "/wp");
cy.contains("2").should("be.visible");
});
Expand Down

0 comments on commit 42b0df8

Please sign in to comment.