SSR-1411 Fix unit test
This commit is contained in:
parent
adc911c3bf
commit
d0810969da
1 changed files with 0 additions and 1 deletions
|
|
@ -180,7 +180,6 @@ describe('navigation', () => {
|
||||||
await wrapper.vm.forwardButtonAction();
|
await wrapper.vm.forwardButtonAction();
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(wrapper.vm.mainStore.getDuplicateReferrals).toHaveBeenCalledTimes(0);
|
|
||||||
expect(wrapper.vm.$router.navigate).toHaveBeenCalledTimes(0);
|
expect(wrapper.vm.$router.navigate).toHaveBeenCalledTimes(0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue