Function Then_I_do_not_see_link

  • Then I do not see link:

    Then I do not see link {string}
    

    Assert link with text does not exist in the screen.

    Parameters

    • text: string
    • Optionaloptions: DataTable

    Returns void

    Then I do not see link "Link"
    

    With options:

    Then I do not see link "Link"
    | log | true |
    | timeout | 4000 |
    | withinSubject | null |
    | includeShadowDom | false |