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 97bdf97 commit 35bb198Copy full SHA for 35bb198
src/scenario/dsl.js
@@ -170,7 +170,7 @@ angular.scenario.dsl('binding', function() {
170
* Usage:
171
* input(name).enter(value) enters value in input with specified name
172
* input(name).check() checks checkbox
173
- * input(name).select(value) selects the readio button with specified name/value
+ * input(name).select(value) selects the radio button with specified name/value
174
*/
175
angular.scenario.dsl('input', function() {
176
var chain = {};
0 commit comments