Whitespace....
This commit is contained in:
parent
ffe1a429fb
commit
c27bb8b883
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ describe("vin-lookup.vue", () => {
|
||||||
// Assert
|
// Assert
|
||||||
expect(wrapper.vm.displayVinScanFailedAlert).toBe(true);
|
expect(wrapper.vm.displayVinScanFailedAlert).toBe(true);
|
||||||
//TODO - Fix original check for alert box but should show if displayVinScanFailedAlert is true which I'm checking
|
//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 () => {
|
test("should hide the AlertNoService when displayNoServiceAlert is false", async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue