Skip to content

Commit 010f01c

Browse files
committed
Correct anchor links in FAQ Using Cypress
1 parent 9412110 commit 010f01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/questions/using-cypress-faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ a remote page and does not resolve until all of the external resources complete
223223
their loading phase. Because we expect your applications to observe differing
224224
load times, this command's default timeout is set to 60000ms. If you visit an
225225
invalid url or a
226-
[second unique domain](/guides/guides/web-security#Same-superdomain-per-test),
226+
[second unique domain](/guides/guides/web-security#Different-superdomain-per-test-requires-cyorigin-command),
227227
Cypress will log a verbose yet friendly error message.
228228

229229
**_In CI, how do I make sure my server has started?_**
@@ -678,7 +678,7 @@ cover everything.
678678
### <Icon name="angle-right" /> Is it possible to catch the promise chain in Cypress?
679679

680680
No. You cannot add a `.catch` error handler to a failed command.
681-
[Read more about how the Cypress commands are not Promises](/guides/core-concepts/introduction-to-cypress#Commands-Are-Not-Promises)
681+
[Read more about how the Cypress commands are not Promises](/guides/core-concepts/introduction-to-cypress#The-Cypress-Command-Queue)
682682

683683
### <Icon name="angle-right" /> Is there a way to modify the screenshots/video resolution?
684684

0 commit comments

Comments
 (0)