cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_document_title_contains

    • Then I see document title contains:

      Then I see document title contains {string}
      

      Parameters

      • title: string
      • Optionaloptions: DataTable

      Returns void

      Assert that the document's title contains "Title":

      Then I see document title contains "Title"
      

      With options:

      Then I see document title contains "Title"
      | log | true |
      | timeout | 4000 |