Function Then_I_do_not_see_heading

  • Then I do not see heading:

    Then I do not see heading {string}
    

    Assert heading with text does not exist in the screen.

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    Then I do not see heading "Heading"
    

    With options:

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