MaxwellBo / Muncoordinated-2

πŸ‡ΊπŸ‡³ Muncoordinated is a Model UN committee management service, (re)written with TypeScript, React, Semantic UI and Firebase.
https://muncoordinated.io/
GNU General Public License v3.0
31 stars 20 forks source link

Use realClick() instead of native Cypress click() #180

Closed shyambh closed 1 year ago

shyambh commented 1 year ago

I used a package called cypress-real-events which uses actual actions like clicks, hovers, etc. rather than Cypress's native methods like click(). This should potentially save you from force clicking the element every time a new element is added. Thank you.

netlify[bot] commented 1 year ago

Deploy request for muncoordinated pending review.

Visit the deploys page to approve it

Name Link
Latest commit bc59957600ab80aafb455b498e2c892918de6272
MaxwellBo commented 1 year ago

Thanks for this @shyambh!

shyambh commented 1 year ago

Thank you @MaxwellBo ! Glad to have helped.