mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide/e2e-testing): fix typos
This commit is contained in:
parent
861e0c75bd
commit
f59b9c6fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ the given jQuery `selector`. The `label` is used for test output.
|
|||
## select(name).option(value)
|
||||
Picks the option with the given `value` on the select with the given `name`.
|
||||
|
||||
## select(name).option(value1, value2...)
|
||||
## select(name).options(value1, value2...)
|
||||
Picks the options with the given `values` on the multi select with the given `name`.
|
||||
|
||||
## element(selector, label).count()
|
||||
|
|
|
|||
Loading…
Reference in a new issue