cypress-cucumber-steps
    Preparing search index...

    Function Then_I_do_not_see_button

    • Then I do not see button:

      Then I do not see button {string}
      

      Asserts button with text does not exist or is not visible in the screen.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I do not see button "Button"
      

      With options:

      Then I do not see button "Button"
      | log | true |
      | timeout | 4000 |
      | withinSubject | null |
      | includeShadowDom | false |