unit test update

This commit is contained in:
Katie Kroell 2023-06-08 16:11:12 -04:00
parent 7e23c40602
commit 0fecc0d989

View file

@ -87,7 +87,7 @@ describe("policy-vehicles.vue", () => {
// Act
await wrapper.setData({
selectedVehicleVin: vehicleSelectionOptions.VEHICLE_NOT_LISTED,
selectedVehicleVin: "Vehicle not listed",
});
await wrapper.vm.forwardButtonAction();