mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
docs(guide/e2e-testing): fix typos
This commit is contained in:
committed by
Pete Bacon Darwin
parent
861e0c75bd
commit
f59b9c6fbd
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user