diff --git a/src/layouts/vin-lookup/vin-lookup.spec.js b/src/layouts/vin-lookup/vin-lookup.spec.js index 6acd536a0..632a090c7 100644 --- a/src/layouts/vin-lookup/vin-lookup.spec.js +++ b/src/layouts/vin-lookup/vin-lookup.spec.js @@ -259,7 +259,7 @@ describe("vin-lookup.vue", () => { // Assert expect(wrapper.vm.displayVinScanFailedAlert).toBe(true); //TODO - Fix original check for alert box but should show if displayVinScanFailedAlert is true which I'm checking - //expect(wrapper.findAllComponents({ cmsWidgetName: "AlertVinScanFailed" }).length).toBe(1); + //expect(wrapper.findAllComponents({ cmsWidgetName: "AlertVinScanFailed" }).length).toBe(1); }); test("should hide the AlertNoService when displayNoServiceAlert is false", async () => {