Whitespace....

This commit is contained in:
Matt Sykes 2026-01-28 17:52:41 -05:00
parent ffe1a429fb
commit c27bb8b883

View file

@ -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 () => {