Skip to content

Commit

Permalink
fix link to intercept command from migration-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins committed Jan 3, 2025
1 parent d496894 commit 7f44228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/references/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Older browser versions may still work with Cypress, but we recommend keeping you
The `resourceType` option on [`cy.intercept`](/api/commands/intercept) has been deprecated in Cypress 14.0.0. We anticipate the types of the `resourceType` to change in the future or be completely removed
from the API.

Our intention is to replace essential functionality dependent on the `resourceType` within Cypress in a future version (like [hiding network logs that are not fetch/xhr](api/commands/intercept#Disabling-logs-for-a-request)). If you're using `resourceType` in your tests, please leave feedback on which `resourceType` values are important to you in this [GitHub issue](https://github.com/cypress-io/cypress/issues/30447).
Our intention is to replace essential functionality dependent on the `resourceType` within Cypress in a future version (like [hiding network logs that are not fetch/xhr](/api/commands/intercept#Disabling-logs-for-a-request)). If you're using `resourceType` in your tests, please leave feedback on which `resourceType` values are important to you in this [GitHub issue](https://github.com/cypress-io/cypress/issues/30447).

### CT Just in Time Compile changes

Expand Down

0 comments on commit 7f44228

Please sign in to comment.