Skip to content
Closed
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 docs/app/core-concepts/introduction-to-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ that may cause it to fail without needing an explicit assertion you've added.
- [`.click()`](/api/commands/click) expects the element to eventually be in an
_actionable_ state.
- [`.its()`](/api/commands/its) expects to eventually find a property on the
current subject.
current object.

Certain commands may have a specific requirement that causes them to immediately
fail without retrying, such as [`cy.request()`](/api/commands/request).
Expand Down