bars
Testing Recipes
search
circle-xmark
⌘
Ctrl
k
copy
Copy
chevron-down
Cypress
How to confirm text value of input field
Copy
cy
.
get
(
'
.search
'
)
.
type
(
'
hello world
'
)
.
should
(
'
have.value
'
,
'
hello world
'
)
Previous
How to type into an input field
chevron-left
Next
How to confirm list has expected number of items
chevron-right
Last updated
5 years ago