File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,10 @@ Returns an array with the values in the column with the given `binding` in the r
134
134
the given jQuery `selector`. The `label` is used for test output.
135
135
136
136
## select(name).option(value)
137
- Picks the option with the given `value` on the select with the given `name`.
137
+ Picks the option with the given `value` on the select with the given ng-model `name`.
138
138
139
139
## select(name).options(value1, value2...)
140
- Picks the options with the given `values` on the multi select with the given `name`.
140
+ Picks the options with the given `values` on the multi select with the given ng-model `name`.
141
141
142
142
## element(selector, label).count()
143
143
Returns the number of elements that match the given jQuery `selector`. The `label` is used for test
You can’t perform that action at this time.
0 commit comments