Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a21050 commit 53b4444Copy full SHA for 53b4444
docs/content/guide/dev_guide.e2e-testing.ngdoc
@@ -134,10 +134,10 @@ Returns an array with the values in the column with the given `binding` in the r
134
the given jQuery `selector`. The `label` is used for test output.
135
136
## select(name).option(value)
137
-Picks the option with the given `value` on the select with the given `name`.
+Picks the option with the given `value` on the select with the given ng-model `name`.
138
139
## select(name).options(value1, value2...)
140
-Picks the options with the given `values` on the multi select with the given `name`.
+Picks the options with the given `values` on the multi select with the given ng-model `name`.
141
142
## element(selector, label).count()
143
Returns the number of elements that match the given jQuery `selector`. The `label` is used for test
0 commit comments