Fix links to Test Replay and content limitations #6060
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
The target https://docs.cypress.io/faq/questions/cloud-faq#Is-everything-captured-and-replayed-in-Test-Replay no longer exists and the contents were moved to https://docs.cypress.io/cloud/features/test-replay#What-is-not-captured.
It is used in:
https://docs.cypress.io/accessibility/core-concepts/how-it-works#Powered-by-Test-Replay
https://docs.cypress.io/ui-coverage/get-started/introduction#How-it-Works
The above two references are inconsistent. The accessibility statement does not mention browser support. The UI Coverage statement confusingly refers to Accessibility instead of to UI Coverage.
Change
Reword the restrictions notices in:
/docs/accessibility/core-concepts/how-it-works.mdx
/docs/ui-coverage/get-started/introduction.mdx
referring to the local location
/cloud/features/test-replay#How-Test-Replay-Works
and correcting the text appropriately.