Then I see role:
Then I see role {string} Copy
Then I see role {string}
Assert role exists and is visible in the screen.
Optional
Then I see role "progressbar" Copy
Then I see role "progressbar"
With options:
Then I see role "progressbar" | log | true | | timeout | 4000 | | withinSubject | null | | includeShadowDom | false | Copy
Then I see role "progressbar" | log | true | | timeout | 4000 | | withinSubject | null | | includeShadowDom | false |
Inspired by Testing Library's ByRole.
Then I see role:
Assert role exists and is visible in the screen.