cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

feat(dblclick): add support for dblclick. #21

Closed admah closed 2 years ago

admah commented 2 years ago

Converts doubleClick type step to cy.get("_element_").dblclick();

Partial update for #20.

linear[bot] commented 2 years ago

DX-915

admah commented 2 years ago

Closing in favor of a single PR for the sake of releasing a single new version.