Nolan Kataoka
Nolan Kataoka
Ran into some stuff related to this today, probably caused by: - To avoid the default behavior on mobile of scrolling on drag, in `DraggableCore`, `touchstart` events get `preventDefault` called...
@danbord Could you provide a reproducible example?
Thanks @Lyokolux , the logic there is pretty simple: https://github.com/meinaart/cypress-plugin-snapshots/blob/master/src/tasks/matchImageSnapshot.js#L32. I'll try it out.
The function `compareSnapshot` functions as an expect statement, which fails the test immediately if the comparison fails, which is usually desirable to save time. I don't think this package provides...