Skip to content

Commit

Permalink
test: update card expiry date in index.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed May 25, 2024
1 parent bd04ba7 commit 3234dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Given a user on the home page', () => {
cy.wait('@getStripe').then(() => {
cy.visit(stripeCheckoutUrl);
cy.get('#cardNumber').type('4242424242424242');
cy.get('#cardExpiry').type('0424');
cy.get('#cardExpiry').type('0425');
cy.get('#cardCvc').type('424');
cy.get('#billingName').type('John Doe');
if (Cypress.env('CI') === 'true') {
Expand Down

0 comments on commit 3234dcf

Please sign in to comment.