assertNotVisible
Assert that an element is not visible using a selector.
Options
text- text inside a viewid- id of the viewenabled-trueif view is enabledchecked-trueif view is checkedfocused-trueif view has keyboard focusselected-trueif view is selected
Examples
Verify that the text "email address is not valid" can not be seen:
- assertNotVisible:
text: "email address is not valid"Last updated
Was this helpful?