description |
---|
Learn how to use the I.see command to assert texts is seen in your UIlicious test. |
Assert that an text or element is visible
Ignores casing and white-spaces. This behavior is not configurable at the moment.
I.see(target)
Parameters
Parameter | Type | Remarks |
---|---|---|
target | string | Text or element to find |
I.see("Welcome back, Bruce");
Asserts that the text "Welcome back, Bruce" is seen on the page.
Assert that an text or element is NOT visible
Ignores casing and white-spaces. This behavior is not configurable at the moment.
I.dontSee(target)
Parameters
Parameter | Type | Remarks |
---|---|---|
target | string | Text or element to find |