I should not see “__”
Verifies that the page does not contain the specified text. Note that this step may sometimes fail if the text is split across multiple elements (e.g. parts of the text are styled individually using multiple <span></span>
elements).
Pattern
^(?:|I )should not see "([^"]*)"$
Parameters
Position | Description | Value Type | Restrictions |
---|---|---|---|
1 | text/variables | string |
Examples
Given I am on the "contactUs" page
Then I should not see "Catalog Contents"