Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(): migrate tests to playwright/jest #9333

Merged
merged 32 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d64f256
Avoid firing twice
jiayihu Sep 12, 2023
9ad919c
Update eventData.test.ts
ShaMan123 Sep 13, 2023
ace9a13
fix bug + add test
ShaMan123 Sep 13, 2023
779e80c
Update CHANGELOG.md
ShaMan123 Sep 13, 2023
37ff3dc
migrate test
ShaMan123 Sep 13, 2023
bdafc1b
migrate findTarget tests
ShaMan123 Sep 13, 2023
f8798c6
a real fix
ShaMan123 Sep 13, 2023
b1e5144
hovering state
ShaMan123 Sep 13, 2023
61eb555
Update Canvas.ts
ShaMan123 Sep 13, 2023
7e7d1c8
consume drag tests
ShaMan123 Sep 13, 2023
c99c8b9
event stream tests
ShaMan123 Sep 13, 2023
feec910
better tests
ShaMan123 Sep 13, 2023
df80bfb
add textarea tests
ShaMan123 Sep 13, 2023
9d103f6
adaptions
ShaMan123 Sep 13, 2023
a3276e4
cleanup snapshots
ShaMan123 Sep 13, 2023
0b75ea4
revert
ShaMan123 Sep 13, 2023
d5cddcd
revert tests
ShaMan123 Sep 13, 2023
29353d8
Update eventData.test.ts
ShaMan123 Sep 13, 2023
18cedc9
Merge branch 'master' into test-etc
ShaMan123 Sep 24, 2023
ab6af44
fix test
ShaMan123 Sep 24, 2023
d15d861
checkout Canvas changes
ShaMan123 Sep 24, 2023
36dcd68
checkout StackedObject typing
ShaMan123 Sep 24, 2023
977a9e9
Merge branch 'master' into test-etc
ShaMan123 Sep 27, 2023
5d8065c
Update CHANGELOG.md
ShaMan123 Sep 27, 2023
7860f9c
Update eventData.test.ts
ShaMan123 Sep 27, 2023
1fe0660
increase accuracy
ShaMan123 Sep 27, 2023
16f4108
Update CHANGELOG.md
asturur Jan 20, 2024
fa93e65
fixed merge master
asturur Jan 20, 2024
a9d0524
update snaps
asturur Jan 20, 2024
df75426
jsons events
asturur Jan 20, 2024
42abbfd
fix this manually
asturur Jan 20, 2024
ba2c431
cant rewrite
asturur Jan 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading