File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ evaluated via an import statement in your
2121``` javascript
2222Cypress .Commands .add (name, callbackFn)
2323Cypress .Commands .add (name, options, callbackFn)
24- Cypress .Commands .addAll (callbackArgs )
25- Cypress .Commands .addAll (options, callbackArgs )
24+ Cypress .Commands .addAll (callbackObj )
25+ Cypress .Commands .addAll (options, callbackObj )
2626Cypress .Commands .overwrite (name, callbackFn)
2727```
2828
@@ -49,7 +49,7 @@ The name of the command you're either adding or overwriting.
4949
5050Pass a function that receives the arguments passed to the command.
5151
52- ** <Icon name =" angle-right " ></Icon > callbackArgs ** ** _ (Object)_ **
52+ ** <Icon name =" angle-right " ></Icon > callbackObj ** ** _ (Object)_ **
5353
5454An object with ` callbackFn ` s as properties.
5555
You can’t perform that action at this time.
0 commit comments