COMMIT
This commit is contained in:
parent
f9ff6916d8
commit
dad65390dd
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ describe("vehicle-model.vue", () => {
|
|||
await nextTick();
|
||||
//Assert
|
||||
apiPromise.finally(() => {
|
||||
expect(wrapper.vm.$router.navigateWithoutSaving).toHaveBeenCalled();
|
||||
expect(wrapper.vm.$router.navigate).toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue