CASH-80 tests

CASH-80 tests
This commit is contained in:
CarlNation 2025-01-07 13:19:35 -05:00
parent acfb0d20e1
commit d2ae8a5237

View file

@ -418,6 +418,7 @@ describe("getPageToRouteExistingOrderTo", () => {
store.commit(storeMutations.UPDATE_GLASS_TO_REPLACE, [
{ glassLocation: glassLocations.WINDSHIELD },
]);
store.commit(storeMutations.UPDATE_VEHICLE_VIN, "abcd1234");
// Act
const result = await getPageToRouteExistingOrderTo(toRoute);