chore: fix incorrect description of cy.clear command (#29339)

This commit is contained in:
Nikita Barsukov
2024-04-17 17:26:42 +03:00
committed by GitHub
parent c137bec686
commit ede4a6fd60
+1 -1
View File
@@ -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
*/