unit test update
This commit is contained in:
parent
7e23c40602
commit
0fecc0d989
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue