Link

I should see the popup text “__”

Verifies that the presently shown browser pop-up contains the specified text. Note that this step will fail if there is not a pop-up shown in the browser.

Pattern

^(?:|I )should see (?:|the )popup (?:|text )"([^"]*)"

Parameters

Position Description Value Type Restrictions
1 text string/variables  

Examples

Given I am on the "google-home" page
When I click the "About" link
Then I should see the popup text "Google, Inc. Version 1,223,961,250"