diff --git a/src/utils/waitForEvents/isReRequest.ts b/src/utils/waitForEvents/isReRequest.ts index c3217a9c..0785476c 100644 --- a/src/utils/waitForEvents/isReRequest.ts +++ b/src/utils/waitForEvents/isReRequest.ts @@ -22,7 +22,7 @@ export const isReRequest = ( return false; } - if (reRequestUrlObject.search !== baseRequestUrlObject.search) { + if (reRequestUrlObject.pathname !== baseRequestUrlObject.pathname) { return false; }