From c93e3b1b3a10ee1ebce319f65824f1abf3bf05af Mon Sep 17 00:00:00 2001 From: Bill Budington Date: Wed, 16 Apr 2014 13:37:10 -0700 Subject: [PATCH] Adding documentation for `select` field --- documentation/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/schema.md b/documentation/schema.md index 9c857b0d2..68f5aff53 100644 --- a/documentation/schema.md +++ b/documentation/schema.md @@ -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