Commit Graph

18 Commits

Author SHA1 Message Date
29b42402a3 Add failing test for drag after placement moving last placed point sometimes 2021-12-23 09:06:03 +01:00
ef20182a34 Rewrite test to check selection state during and after new control point placement 2021-12-22 10:57:39 +01:00
307d3709e0 Add failing test steps for selection behaviour on new point creation 2021-12-22 09:32:38 +01:00
9973db3981 Add failing test steps for right click behaviour 2021-12-22 08:40:17 +01:00
adfadc13f7 Add test case for dragging selection including slider head 2021-12-21 12:34:55 +01:00
b311308ada Add more comprehensive test of multiple selection 2021-12-20 22:41:24 +01:00
cdb587d956 Add more test steps for input handling edge cases 2021-12-20 21:51:56 +01:00
d2417beeac Implement drag operation for multiple path control points 2021-12-20 21:29:57 +01:00
fbba8293c7 Add failing test for expected multiple path drag UX 2021-12-20 21:01:11 +01:00
e15198f077 Update missed tests 2021-08-26 13:47:10 +09:00
532c41c82e Remove nested blueprints from sliders 2021-05-18 14:19:11 +09:00
ffb6135a1b Rework hitobject blueprints to take in hitobject models 2021-05-13 19:53:32 +09:00
9d02930709 Add regression test for type changes 2021-04-07 17:18:55 +02:00
b8479a979f Remove unused blueprint variable 2021-04-01 18:06:12 +02:00
1718084dbc Update/remove determinant tests
We now only change the path type based on the bounding box.

If the control points are too linear, the framework now handles the fallback to Bezier.
2021-03-31 20:08:39 +02:00
b4dc35f66b Update large arc tests
Should now be more robust and readable.
2021-03-24 17:24:05 +01:00
415797aadd Fix broken control point drag test
Broken for 2 reasons:
- Assert checks the wrong control point.
- The exterior arc is now too big.

This fixes both.
2021-03-24 06:01:12 +01:00
7bae4ff43d Add control point dragging tests 2021-03-24 05:06:04 +01:00