We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1257cf commit 89d9e63Copy full SHA for 89d9e63
docs/content/guide/dev_guide.e2e-testing.ngdoc
@@ -136,7 +136,7 @@ the given jQuery `selector`. The `label` is used for test output.
136
## select(name).option(value)
137
Picks the option with the given `value` on the select with the given `name`.
138
139
-## select(name).option(value1, value2...)
+## select(name).options(value1, value2...)
140
Picks the options with the given `values` on the multi select with the given `name`.
141
142
## element(selector, label).count()
0 commit comments