Link

I should see all of the texts:

Verifies that the page contains all of the specified texts. Note that this step may sometimes fail if any of the texts are split across multiple elements (e.g. parts of a text are styled individually using multiple <span></span> elements).

Pattern

^(?:|I )should see all of the texts:$

Parameters

None.

Data Table Columns

Column Position Description Value Type Restrictions
1 text/variables string  

Examples

Given I am on the "home" page
Then I should see all of the texts:
    | Catalog         |
    | Specials        |
    | Discounts       |
    | Become a Member |
    | Contact Us      |
    | About Us        |