mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 00:10:26 +00:00
docs(guide/e2e-testing): fix typos
This commit is contained in:
parent
87bb554aec
commit
0823f6dfab
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