File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ a remote page and does not resolve until all of the external resources complete
223
223
their loading phase. Because we expect your applications to observe differing
224
224
load times, this command's default timeout is set to 60000ms. If you visit an
225
225
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 ) ,
227
227
Cypress will log a verbose yet friendly error message.
228
228
229
229
** _ In CI, how do I make sure my server has started?_ **
@@ -678,7 +678,7 @@ cover everything.
678
678
### <Icon name = " angle-right" /> Is it possible to catch the promise chain in Cypress?
679
679
680
680
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 )
682
682
683
683
### <Icon name = " angle-right" /> Is there a way to modify the screenshots/video resolution?
684
684
You can’t perform that action at this time.
0 commit comments