Skip to content

Commit 7e8dbb7

Browse files
AtofStrykerdebrisapron
authored andcommitted
chore: address docs feedback post merge (#4899)
1 parent 254d187 commit 7e8dbb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/guides/guides/cross-origin-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,5 @@ We've written several other guides specifically about handling this situation.
149149
- [Web Security: Common Workarounds](/guides/guides/web-security#Common-Workarounds)
150150
- [Recipes: Logging In - Single Sign On](/examples/examples/recipes#Logging-In)
151151
- [Guides: Amazon Cognito Authentication](/guides/end-to-end-testing/amazon-cognito-authentication)
152+
- [Guides: Auth0 Authentication](/guides/end-to-end-testing/auth0-authentication)
152153
- [Guides: Okta Authentication](/guides/end-to-end-testing/okta-authentication)

content/guides/guides/web-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ need to be aware of.
7070

7171
Cypress changes its own host URL to match that of your applications. With the
7272
exception of `cy.origin`, Cypress requires that the URLs navigated to have the
73-
same superdomain for the entirety of a single test.
73+
[same superdomain](/guides/guides/cross-origin-testing#Parts-of-a-URL) for the
74+
entirety of a single test.
7475

7576
If you attempt to visit two different superdomains, the `cy.origin` command must
7677
be used to wrap Cypress commands of the second visited domain. Otherwise,

0 commit comments

Comments
 (0)