cypress-cucumber-steps
    Preparing search index...

    Function When_I_uncheck

    • When I uncheck:

      When I uncheck
      

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

      Parameters

      • Optionaloptions: DataTable

      Returns void

      Uncheck checkbox(es):

      When I uncheck
      

      With options:

      When I uncheck
      | 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 uncheck