CSR-111 Tested with dynamic values

This commit is contained in:
Katie 2022-08-25 08:25:36 -04:00
parent e6dfb8a25f
commit 5f3f647fb8

View file

@ -93,8 +93,8 @@ export default {
for (let partOrQuestion of partsOrQuestions) {
if (this.hasCapabilityQuestions([partOrQuestion])) {
let capabilityQuestionsForGlassLocation = (await baseMixin.methods.dispatchStoreAction(storeActions.GET_CAPABILITY_QUESTIONS, {
carId: "CR00064847", // store.getters.vehicle.carId,
partNumber: "DW01929GBYN" // glassLocationWithCapabilityQuestion.parts[0].partNumber
carId: store.getters.vehicle.carId,
partNumber: partOrQuestion.parts[0].partNumber
})).data;
capabilityQuestionsForGlassLocation.forEach(question => {