CSR-2130 fix test
CSR-2130 fix test
This commit is contained in:
parent
74e5722901
commit
62e1e189e7
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ describe("Payment Method Question", () => {
|
||||||
function generateDefaultProps() {
|
function generateDefaultProps() {
|
||||||
return {
|
return {
|
||||||
modelValue: "modelValue",
|
modelValue: "modelValue",
|
||||||
|
hasRecal: false,
|
||||||
|
isApplePay: true,
|
||||||
|
isInsurance: false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue