cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_button

    • Then I see button:

      Then I see button {string}
      

      Asserts button with text exists and is visible in the screen.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I see button "Button"
      

      With options:

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