Skip to content

Commit

Permalink
Updating Cypress tests to find correct id for #expiry-month-error
Browse files Browse the repository at this point in the history
  • Loading branch information
hjvoid committed Aug 12, 2024
1 parent e9fd7f6 commit 3e79f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Card details page validation', () => {
cy.get('#error-summary-title').should(($td) => expect($td).to.contain('The following fields are missing or contain errors'))
cy.get('#cardholder-name-error').should('exist')
cy.get('#cvc-error').should('exist')
cy.get('#expiry-date-error').should('exist')
cy.get('#expiry-month-error').should('exist')
cy.get('#address-line-1-error').should('exist')
cy.get('#address-city-error').should('exist')
cy.get('#address-postcode-error').should('exist')
Expand Down

0 comments on commit 3e79f96

Please sign in to comment.