cypress-cucumber-steps
    Preparing search index...

    Function Then_I_do_not_see_label

    • Then I do not see label:

      Then I do not see label {string}
      

      Assert label with text does not exist in the screen.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I do not see label "Label"
      

      With options:

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