Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/references/error-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ correctly.
If you are purposefully writing commands outside of a test, there is probably a
better way to accomplish what you're trying to do. Read through the
[Examples](/examples/examples/recipes),
[chat with someone in our chat](https://gitter.im/cypress-io/cypress), or
[chat with someone in Discord](https://discord.gg/ncdA3Jz63n), or
[open an issue](https://github.com/cypress-io/cypress/issues/new/choose).

### <Icon name="exclamation-triangle" color="red"></Icon> `cy...()` failed because the element you are chaining off of has become detached or removed from the dom
Expand Down
2 changes: 1 addition & 1 deletion content/guides/references/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Cypress itself. In this situation, we recommend checking these support resources

## Support channels

- Connect with our community in [Gitter](https://gitter.im/cypress-io/cypress)
- Connect with our community in [Discord](https://discord.gg/ncdA3Jz63n)
- Search existing [GitHub issues](https://github.com/cypress-io/cypress/issues)
- Search this documentation (search is in the top right) 😉
- Search [Stack Overflow](https://stackoverflow.com/questions/tagged/cypress)
Expand Down