Function Then_I_do_not_see_visible_text

  • Then I do not see visible text:

    Then I do not see visible text {string}
    

    Assert text exists in the screen but is hidden.

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    Then I do not see visible text "Text"
    

    With options:

    Then I do not see visible text "Text"
    | matchCase | true |
    | log | true |
    | timeout | 4000 |
    | includeShadowDom | false |