Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tests for checkboxes and radio buttons. #2

Open
2 tasks
jsdevel opened this issue Jan 10, 2016 · 0 comments
Open
2 tasks

Add more tests for checkboxes and radio buttons. #2

jsdevel opened this issue Jan 10, 2016 · 0 comments

Comments

@jsdevel
Copy link
Contributor

jsdevel commented Jan 10, 2016

  • Scenario 1 - Checkboxes
    • User submits a form with checkboxes.
    • cb is called with an error for the checkboxed input.
    • User unchecks or checks accordingly.
    • User can then submit the form again.
  • Scenario 2 - Radio Buttons
    • User submits a form with radio buttons.
    • cb is called with an error for the radio input.
    • User selects a radio button.
    • User can then submit the form again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant