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 09be978 commit 4c8a7beCopy full SHA for 4c8a7be
docs/api/cypress-api/custom-commands.mdx
@@ -17,7 +17,7 @@ There are two API available for adding custom commands:
17
18
- [`Cypress.Commands.add()`](#Syntax) - use to add a custom command to use when
19
writing tests
20
-- [`Cypress.Command.overwrite()`](#Overwrite-Existing-Commands) - use to
+- [`Cypress.Commands.overwrite()`](#Overwrite-Existing-Commands) - use to
21
override an existing built-in Cypress command or reserved internal function.
22
**Caution:** this overrides it for Cypress as well and could impact how
23
Cypress behaves.
0 commit comments