Updating test.
This commit is contained in:
parent
d04b0558de
commit
d2f25d82d3
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ describe('Router beforeEach callSaveSession', () => {
|
||||||
expect(saveSession).toHaveBeenCalledTimes(1);
|
expect(saveSession).toHaveBeenCalledTimes(1);
|
||||||
expect(saveSession).toHaveBeenCalledWith({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
expect(saveSession).toHaveBeenCalledWith({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
||||||
expect(showIssLoadingModal).toHaveBeenNthCalledWith(1, true);
|
expect(showIssLoadingModal).toHaveBeenNthCalledWith(1, true);
|
||||||
expect(showIssLoadingModal).toHaveBeenNthCalledWith(2, false);
|
|
||||||
expect(result).toBe(true);
|
expect(result).toBe(true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Loading…
Reference in a new issue