Skip to content

Commit

Permalink
Added new paypal payment redirect test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bdizha committed Jul 8, 2024
1 parent e0e6399 commit 4e0c46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/payment/data/redux.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ describe('redux tests', () => {
isEmpty: false,
isPaymentRedirect: false,
isRedirect: false,
isPaypalRedirect: false,
});
});

Expand All @@ -135,6 +136,7 @@ describe('redux tests', () => {
isEmpty: false,
isPaymentRedirect: false,
isRedirect: true, // this is also now true.
isPaypalRedirect: false,
});
});

Expand All @@ -156,6 +158,7 @@ describe('redux tests', () => {
isEmpty: false,
isPaymentRedirect: true, // this is now true
isRedirect: false,
isPaypalRedirect: false,
});
});
});
Expand Down

0 comments on commit 4e0c46f

Please sign in to comment.