We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e5336 commit 3f6b312Copy full SHA for 3f6b312
tests/cypress/specs/courtesy-cards.cy.js
@@ -16,7 +16,7 @@ describe("Courtesy Cards", () => {
16
cy.get("#name").type(users.eligible.name);
17
cy.get("#form-eligibility-verification button[type='submit']").click();
18
19
- cy.contains("Your eligibility is confirmed!");
+ cy.contains("We found your record!");
20
});
21
22
it("Rejects an ineligible user", () => {
0 commit comments