assertNotVisible
Assert that an element is not visible.
Options
text
- text inside a viewid
- id of the viewenabled
-true
if view is enabledchecked
-true
if view is checkedfocused
-true
if view has keyboard focusselected
-true
if view is selected
Examples
Verify that the text "email address is not valid" can not be seen:
- assertNotVisible: "email address is not valid"