-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'checked' radio button default to Static
What changed? ============= In a previous commit, we introduced the `choose` function. That function didn't handle the case when a user doesn't select any option but the HTML has a `checked` default. This commit does that by "prepending" the default value when `click_button` is called. (by "prepending" we mean adding the default but letting a value that has been selected override it).
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters