Function Then_I_do_not_see_role

  • Then I do not see role:

    Then I do not see role {string}
    

    Assert role does not exist in the screen.

    Parameters

    • role: string
    • Optionaloptions: DataTable

    Returns void

    Then I do not see role "progressbar"
    

    With options:

    Then I do not see role "progressbar"
    | log | true |
    | timeout | 4000 |
    | withinSubject | null |
    | includeShadowDom | false |

    Inspired by Testing Library's ByRole.