cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_pathname_contains

    • Then I see pathname contains:

      Then I see pathname contains {string}
      

      Parameters

      • pathname: string
      • Optionaloptions: DataTable

      Returns void

      Then I see pathname contains "pathname"
      

      With options:

      Then I see pathname contains "pathname"
      | log | true |
      | timeout | 4000 |