cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_document_title

    • Then I see document title:

      Then I see document title {string}
      

      Parameters

      • title: string
      • Optionaloptions: DataTable

      Returns void

      Assert that the document.title property of the page is "Title":

      Then I see document title "Title"
      

      With options:

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