Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 23, 2024
1 parent 555bddd commit 6406db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/setup-middlewares.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ describe("setupMiddlewares option", () => {
pageErrors.push(error);
})
.on("request", (interceptedRequest) => {
if (interceptedRequest.isInterceptResolutionHandled()) return;

interceptedRequest.continue({ method: "POST" });
});

Expand Down

0 comments on commit 6406db6

Please sign in to comment.