bars
Testing Recipes
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Cypress
How to confirm list has expected number of items
Copy
cy
.
get
(
'
.results-list
'
)
.
should
(
'
have.length
'
,
5
)
Previous
How to confirm text value of input field
chevron-left
Next
How to stub a GET network request
chevron-right
Last updated
5 years ago