cypress-cucumber-steps
    Preparing search index...

    Function When_I_check

    • When I check:

      When I check
      

      This element must be an <input> with type checkbox or radio.

      Parameters

      • Optionaloptions: DataTable

      Returns void

      Check checkbox(es) or radio(s):

      When I check
      

      With options:

      When I check
      | animationDistanceThreshold | 5 |
      | log | true |
      | force | false |
      | scrollBehavior | top |
      | timeout | 4000 |
      | waitForAnimations | true |

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

      When I find input by label text "Checkbox"
      And I check