Add cypress tests for mirror drawing
ValeriaVG opened this issue · 0 comments
ValeriaVG commented
There is a visual image diff test in cypress/integration/drawing.spec.ts
that draws a line and checks that it matches the screenshot.
Let's test that mirror functionality works correctly as well:
- when
x|x
is activated - when
y|y
is activated - when both
x|x
andy|y
are activated