Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-07-01 13:27:12 -04:00 committed by GitHub
parent 54b8ee1647
commit 6c14ac36d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,7 @@ if (callSaveSession) {
// AfterEach does not support synchronous calls that block navigation. Which is why this is in the beforeEach method.
// This only needs to be called once in a certain location, all other saveSession calls are async in afterEach (except the last one on order submission)
// NOTE: This call should be creating the referral number. After this point in the site flow, referral number is critical for several pieces of logic and logging.
// Thereforce, we want to force a bailout here if it errors out.
// Therefore, we want to force a bailout here if it errors out.
showIssLoadingModal(true);
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
showIssLoadingModal(false);