Updating test.

This commit is contained in:
Jeremy-Z 2026-07-06 12:42:20 -04:00
parent d04b0558de
commit d2f25d82d3

View file

@ -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);
}); });
}); });