mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 14:50:00 -06:00
This reverts commit 15685dbb9f.
The type for `invoke` command seems to break jQuery method
that take an argument like
```js
cy.get('.trigger-input-range')
.invoke('val', 25)
```