Skip to content

Commit bb691ef

Browse files
more edits in mapping.js
1 parent 742300e commit bb691ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/mapping.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,12 @@ var commands = {
13361336
testAndWait: {
13371337
name: "runTestAndWait",
13381338
param: "url_or_script",
1339-
options: [options.apikey, options.test, options.request, options.results],
1339+
options: [
1340+
options.apikey,
1341+
options.testAndWait,
1342+
options.request,
1343+
options.results,
1344+
],
13401345
info: "run test and waits for the result",
13411346
nokey: [options.results],
13421347
},

0 commit comments

Comments
 (0)