Skip to content

Commit 7b5cba7

Browse files
committed
fix lint
1 parent e77676c commit 7b5cba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/references/error-messages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ When using synchronous XHR requests, you may see the following warnings:
960960

961961
> **Warning: Synchronous XHR request was not intercepted: http://example.com.**
962962
963-
Cypress is unable to intercept a synchronous XHR request if the [`cy.intercept()`](/api/commands/intercept) is using a [`routeHandler`](/api/commands/intercept#routeHandler-Function).
964-
Thus, the [`routeHandler`](/api/commands/intercept#routeHandler-Function) won't be executed and the request will be sent to the origin server without any modifications.
963+
Cypress is unable to intercept a synchronous XHR request if the [`cy.intercept()`](/api/commands/intercept) is using a [`routeHandler`](/api/commands/intercept#routeHandler-Function).
964+
Thus, the [`routeHandler`](/api/commands/intercept#routeHandler-Function) won't be executed and the request will be sent to the origin server without any modifications.
965965
An intercept with a [`StaticResponse`](/api/commands/intercept#staticResponse-StaticResponse) does not have this limitation and will still be executed.
966966

967967
> **Warning: Cookies may not have been applied to synchronous XHR request: http://example.com.**

0 commit comments

Comments
 (0)