From 62e1e189e75673f45022f6e6155bd63463c05079 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 11 Jul 2024 14:31:52 -0400 Subject: [PATCH] CSR-2130 fix test CSR-2130 fix test --- .../payment-method-question/payment-method-question.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js b/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js index d3a486d57..96a9d02b9 100644 --- a/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js +++ b/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js @@ -108,6 +108,9 @@ describe("Payment Method Question", () => { function generateDefaultProps() { return { modelValue: "modelValue", + hasRecal: false, + isApplePay: true, + isInsurance: false, }; }