We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bff7e commit 255c86eCopy full SHA for 255c86e
docs/app/core-concepts/introduction-to-cypress.mdx
@@ -1106,7 +1106,7 @@ that may cause it to fail without needing an explicit assertion you've added.
1106
- [`.click()`](/api/commands/click) expects the element to eventually be in an
1107
_actionable_ state.
1108
- [`.its()`](/api/commands/its) expects to eventually find a property on the
1109
- current subject.
+ current object.
1110
1111
Certain commands may have a specific requirement that causes them to immediately
1112
fail without retrying, such as [`cy.request()`](/api/commands/request).
0 commit comments