Skip to content

Commit

Permalink
tests(): migrate target hit tests to jest and drag and drop tests to …
Browse files Browse the repository at this point in the history
…playwright (#9333)
  • Loading branch information
ShaMan123 authored Jan 20, 2024
1 parent 759d6b7 commit 432e1ad
Show file tree
Hide file tree
Showing 25 changed files with 3,098 additions and 1,165 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- tests(): migrate target hit tests to jest and drag and drop test to playwright [#9333](https://github.com/fabricjs/fabric.js/pull/9333)
- fix(SVGParser): avoid crashing on SVG that use @import css feature [#9602](https://github.com/fabricjs/fabric.js/pull/9602)
- fix(): compositionEnd event handler is not registered correctly. (regression from f91362c ) [#9610](https://github.com/fabricjs/fabric.js/pull/9610)
- ci(): Add a test case from the multiple selection use case for groups [#9599](https://github.com/fabricjs/fabric.js/pull/9599)
Expand Down
2 changes: 2 additions & 0 deletions e2e/tests/text/drag&drop/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<canvas id="canvas" width="800" height="600"></canvas>
<textarea id="textarea" rows="5"></textarea>
Loading

0 comments on commit 432e1ad

Please sign in to comment.