-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add e2e tests for Drag-and-Drop in the inserter (#44631)
* Add e2e tests for DnD in the inserter * Add some doc about cross-browser testing * Keep changes atomic * Add changelog and link the issue
- Loading branch information
1 parent
c468f8d
commit 680354b
Showing
8 changed files
with
390 additions
and
3 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
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
11 changes: 11 additions & 0 deletions
11
...refox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-chromium.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- wp:paragraph --> | ||
<p>Dummy text</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} --> | ||
<ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"chain"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"mail"} /--></ul> | ||
<!-- /wp:social-links --> |
11 changes: 11 additions & 0 deletions
11
...firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-webkit.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- wp:paragraph --> | ||
<p>Dummy text</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} --> | ||
<ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"chain"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"mail"} /--></ul> | ||
<!-- /wp:social-links --> |
Oops, something went wrong.
I noticed that this change basically doubled the "inserter hover" performance metric. I wonder what's the root issue that made this necessary in Firefox. I mean what difference in behavior required us to add this and maybe there's another fix we can do that is less impactful.