mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 10:19:30 -05:00
chore: fix incorrect description of cy.clear command (#29339)
This commit is contained in:
Vendored
+1
-1
@@ -910,7 +910,7 @@ declare namespace Cypress {
|
||||
|
||||
/**
|
||||
* Clear the value of an `input` or `textarea`.
|
||||
* An alias for `.type({selectall}{backspace})`
|
||||
* An alias for `.type({selectall}{del})`
|
||||
*
|
||||
* @see https://on.cypress.io/clear
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user