cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_label

    • Then I see label:

      Then I see label {string}
      

      Assert label with text exists and is visible in the screen.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I see label "Label"
      

      With options:

      Then I see label "Label"
      | log | true |
      | timeout | 4000 |
      | withinSubject | null |
      | includeShadowDom | false |