Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 21527db

Browse files
joscarssonbtford
authored andcommitted
docs(guide/e2e-testing): select also uses ng-model (like input)
This is specified for input fields, but not for selects. This change specifies it also for select().
1 parent 5bb9ba2 commit 21527db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/dev_guide.e2e-testing.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Returns an array with the values in the column with the given `binding` in the r
134134
the given jQuery `selector`. The `label` is used for test output.
135135

136136
## 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`.
138138

139139
## 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`.
141141

142142
## element(selector, label).count()
143143
Returns the number of elements that match the given jQuery `selector`. The `label` is used for test

0 commit comments

Comments
 (0)