Skip to content

Commit

Permalink
Remove uneeded test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Nov 27, 2024
1 parent 0709f6a commit 74a673b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/checkout/step-2/step-2.component.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,6 @@ describe('checkout', () => {
expect(self.controller.isContinueDisabled()).toBe(false)
})

it('should disable continue when cvv validity is undefined', () => {
self.controller.handleExistingPaymentLoading(true, true)
self.controller.isCvvValid = undefined
self.controller.handlePaymentChange({'card-type': 'visa'})

expect(self.controller.isContinueDisabled()).toBe(false)
})

it('should not disable continue when cvv is invalid', () => {
self.controller.handleExistingPaymentLoading(true, true)
self.controller.isCvvValid = false
Expand Down

0 comments on commit 74a673b

Please sign in to comment.