Skip to content

Commit

Permalink
Adding documentation for select field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hainish committed Apr 16, 2014
1 parent 2c1fd9e commit c93e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ a subset of [Capybara methods](http://rubydoc.info/github/jnicklas/capybara/mast
- [`find`](#find): Locating a selector on the page, an indication that no further
steps should be executed until the selector is present and visible.
- [`fill_in`](#fill_in): Entering text into a text `input` or `textarea`.
- [`select`](#select): Choosing a value from a `select` list.
- [`select`](#select): Choosing a value from a `select` list. If this value isn't found, choose an option with the text matching the value of `value` in the YAML file. (This is so that we can choose options by text, since some forms do not include `value` attributes.)
- [`check`](#checkuncheckchoose): Ticking a checkbox `input`.
- [`uncheck`](#checkuncheckchoose) The opposite of `check`.
- [`choose`](#checkuncheckchoose) Ticking a specific item in a set of radio
Expand Down

0 comments on commit c93e3b1

Please sign in to comment.