cypress-cucumber-steps
    Preparing search index...

    Function Then_I_see_value

    • Then I see value:

      Then I see value {string}
      

      Assert element with exact value is visible in the screen.

      Parameters

      • value: string

      Returns void

      Then I see value "Value"
      

      A preceding step like "When I find input by label text" is required. For example:

      When I find input by label text "Input"
      Then I see value "Value"