I should not see the popup text “__”
Verifies that the presently shown browser pop-up does not contain the specified text. Note that this step will fail if there is not a pop-up shown in the browser.
Pattern
^(?:|I )should not see (?:|the )popup (?:|text )"([^"]*)"
Parameters
Position | Description | Value Type | Restrictions |
---|---|---|---|
1 | text/variables | string |
Examples
Given I am on the "google-home" page
When I click the "About" link
Then I should not see the popup text "Yahoo, Inc. Version 1,223,961,250"