This step is useful for verifying that certain elements or messages are displayed correctly on a webpage or application, ensuring that the expected content is visible to the user or the automated tests.
Then I should see "text in the page"
Then I should not see "text in the page"
Then I should see text matching "text pattern"
Then I should not see text matching "text pattern"
Then I should see text matching "text pattern" in the "element" element
Then I should not see text matching "text pattern" in the "element" element
Then I should see (a/an) "field" element
Then I should not see (a/an) "field" element
Then I should see "value" in the "text" element
Then I should not see "value" in the "text" element