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 307e72e commit 28e6500Copy full SHA for 28e6500
docs/content/tutorial/step_04.ngdoc
@@ -166,7 +166,7 @@ __`test/e2e/scenarios.js`:__
166
"MOTOROLA XOOM\u2122"
167
]);
168
169
- element(by.model('orderProp')).findElement(by.css('option[value="name"]')).click();
+ element(by.model('orderProp')).element(by.css('option[value="name"]')).click();
170
171
expect(getNames()).toEqual([
172
"MOTOROLA XOOM\u2122",
0 commit comments