Function Then_I_see_heading

  • Then I see heading:

    Assert heading (h1, h2, h3, h4, h5, or h6) with text exists and is visible in the screen.

    Then I see heading {string}
    

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    Then I see heading "Heading"
    

    With options:

    Then I see heading "Heading"
    | log | true |
    | timeout | 4000 |
    | withinSubject | null |
    | includeShadowDom | false |