-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No More Baked Absolute Window Coordinates in Tests + No More Cyclic D…
…ependency Issues (#4168) * does it fix Karma circular dependencies? * serving the editor css files in Karma too * load the editor entry point imports before running tests * fixing InsertionPlusButton tests * creating test helper function windowRectangleToCanvasRectangle * fixing Reparent indicators tests * fixing absolute reparent strategy tests * adding --noEmit to TSC * making Paste Here actually work based on the opening cursor position * oh paste here tests, I fix you * "fix" draw-to-insert test * really fixing draw-to-insert text test * ok, fixing this for the last time * adding data-testid to the canvas root * actually boundingClientRectToCanvasRectangle should take the renderResult * updating snapshots with the canvas container data-testid * Update karma-base.conf.js
- Loading branch information
1 parent
2886b0b
commit 2ac29c7
Showing
22 changed files
with
319 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
editor/src/components/canvas/__snapshots__/ui-jsx-canvas.spec.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.