Changed test page name from vehicle-lookup to vin-lookup
This commit is contained in:
parent
68e2bc80f9
commit
16b3d669a9
1 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ describe("vin-lookup.vue", () => {
|
||||||
isCarIdDifferent: true,
|
isCarIdDifferent: true,
|
||||||
isSelectedGlassAvailableForVehicle: false,
|
isSelectedGlassAvailableForVehicle: false,
|
||||||
});
|
});
|
||||||
wrapper.vm.pageName = "vehicle-lookup";
|
wrapper.vm.pageName = "vin-lookup";
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
await wrapper.vm.navigateForward();
|
await wrapper.vm.navigateForward();
|
||||||
|
|
@ -175,7 +175,7 @@ describe("vin-lookup.vue", () => {
|
||||||
expect(wrapper.vm.$router.navigateWithSaving).toBeCalledTimes(1);
|
expect(wrapper.vm.$router.navigateWithSaving).toBeCalledTimes(1);
|
||||||
expect(wrapper.vm.$router.navigateWithSaving).toHaveBeenCalledWith(
|
expect(wrapper.vm.$router.navigateWithSaving).toHaveBeenCalledWith(
|
||||||
navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS,
|
navigationScenarios.SELECTED_VIN_WITH_MISMATCHED_GLASS,
|
||||||
"vehicle-lookup"
|
"vin-lookup"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue