cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_link

    • Then I see link:

      Then I see link {string}
      

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

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      Then I see link "Link"
      

      With options:

      Then I see link "Link"
      | log | true |
      | timeout | 4000 |
      | withinSubject | null |
      | includeShadowDom | false |