• Then I see role:

    Then I see role {string}
    

    Assert role exists and is visible in the screen.

    Parameters

    • role: string
    • Optionaloptions: DataTable

    Returns void

    Then I see role "progressbar"
    

    With options:

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

    Inspired by Testing Library's ByRole.