Skip to content

Commit 255c86e

Browse files
authored
Update introduction-to-cypress.mdx
Change "subject" to "object" in context of .its() command.
1 parent 52bff7e commit 255c86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/core-concepts/introduction-to-cypress.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ that may cause it to fail without needing an explicit assertion you've added.
11061106
- [`.click()`](/api/commands/click) expects the element to eventually be in an
11071107
_actionable_ state.
11081108
- [`.its()`](/api/commands/its) expects to eventually find a property on the
1109-
current subject.
1109+
current object.
11101110

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

0 commit comments

Comments
 (0)