Skip to content
Merged
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 source/api/commands/its.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you want to call a `function` on the previously yielded subject, use {% url `

```javascript
cy.wrap({ width: '50' }).its('width') // Get the 'width' property
cy.window().its('angular') // Get the 'angular' property
cy.window().its('sessionStorage') // Get the 'sessionStorage' property
```

**{% fa fa-exclamation-triangle red %} Incorrect Usage**
Expand Down