Skip to content

Commit 3f6b312

Browse files
committed
feat(copy): update Courtesy Cards Cypress test
1 parent 58e5336 commit 3f6b312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/specs/courtesy-cards.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("Courtesy Cards", () => {
1616
cy.get("#name").type(users.eligible.name);
1717
cy.get("#form-eligibility-verification button[type='submit']").click();
1818

19-
cy.contains("Your eligibility is confirmed!");
19+
cy.contains("We found your record!");
2020
});
2121

2222
it("Rejects an ineligible user", () => {

0 commit comments

Comments
 (0)