cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_text

    • Then I see text:

      Then I see text {string}
      

      Assert text exists and is visible in the screen.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I see text "Text"
      

      With options:

      Then I see text "Text"
      | matchCase | true |
      | log | true |
      | timeout | 4000 |
      | includeShadowDom | false |