Assert that text is or is not present on the page.
Step pattern
Then (I |we )*should( not)* see "([^"]*)?"Examples
Example #1
Then I should see "Welcome"Example #2
Then we should see "Your accounts for the group is public"Example #3
Then I should not see "Access denied"Example #4
Then we should not see "Edit layout"