You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resizable does not work in Cypress e2e test. While using e2e test framework like cypress, the event object may not be MouseEvent but rather a generic Event.
But Resizable relies strictly on MouseEvent type:
Expected behavior
Resizable should work in Cypress e2e test
Actual behavior
Resizable not work in Cypress e2e test
The text was updated successfully, but these errors were encountered:
hey, @bokuweb, I made a pr trying to fix the issue. Not sure this is the right thing to do. Will appreciate if you have any suggestion to make Resizable to work in a Cypress e2e test env.
Overview of the problem
Resizable does not work in Cypress e2e test. While using e2e test framework like cypress, the event object may not be MouseEvent but rather a generic Event.
But Resizable relies strictly on MouseEvent type:
Expected behavior
Resizable should work in Cypress e2e test
Actual behavior
Resizable not work in Cypress e2e test
The text was updated successfully, but these errors were encountered: