CASH-532 fixed unit tests
This commit is contained in:
Johnny shultz 2025-05-13 16:44:19 -04:00
parent 0034c12a75
commit 887999ce86

View file

@ -646,6 +646,9 @@ describe("vehicle-damage.vue", () => {
isRepair: null,
numberOfChips: null,
},
externalParameterState: {
isExternalParameter: false,
}
};
var windshieldSelections = wrapper.vm.getWindshieldOptionsFromStore();