cypress-cucumber-steps
    Preparing search index...

    Function When_I_select

    • When I select:

      When I select {string}
      

      Parameters

      • displayValue: string

      Returns void

      When I select "Option"
      

      A preceding step like "When I get element by selector" is required. For example:

      When I get element by selector "select"
      And I select "Option"