Skip to content

Commit

Permalink
feat: final edit to next scheduled payment
Browse files Browse the repository at this point in the history
  • Loading branch information
namanaman committed Aug 15, 2024
1 parent c42cb94 commit 469cca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/paymentDetail.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ describe("Payment Detail page - Scheduled", () => {
"be.visible"
);
cy.contains(
"We're sending payment to your benefits debit card on the evening of October 13, 2024. You can access the funds about 2 business days later."
"We're sending payment to your benefits debit card on October 13, 2024. You can access the funds about 2 business days later."
).should("be.visible");

cy.get("#accordion0id")
Expand Down
Loading

0 comments on commit 469cca1

Please sign in to comment.