cypress-cucumber-steps
    Preparing search index...

    Function When_I_check_input

    • When I check input:

      When I check input {string}
      

      Check checkbox or radio input by label text.

      Parameters

      • text: string
      • Optionaloptions: DataTable

      Returns void

      When I check input "Text"
      

      With options:

      When I check input "Text"
      | animationDistanceThreshold | 5 |
      | log | true |
      | force | false |
      | scrollBehavior | top |
      | timeout | 4000 |
      | waitForAnimations | true |
      | pseudoSelector | visible |