cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_role

    • 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.