@wordpress/e2e-tests 7.10.0 → 7.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/jest.config.js +1 -4
  3. package/package.json +7 -7
  4. package/plugins/interactive-blocks/directive-body/block.json +14 -0
  5. package/plugins/interactive-blocks/directive-body/render.php +22 -0
  6. package/plugins/interactive-blocks/directive-body/view.js +11 -0
  7. package/plugins/interactive-blocks/directive-class/render.php +11 -0
  8. package/plugins/interactive-blocks/directive-effect/render.php +12 -0
  9. package/plugins/interactive-blocks/directive-effect/view.js +7 -0
  10. package/plugins/interactive-blocks/directive-init/block.json +14 -0
  11. package/plugins/interactive-blocks/directive-init/render.php +42 -0
  12. package/plugins/interactive-blocks/directive-init/view.js +64 -0
  13. package/plugins/interactive-blocks/directive-on/block.json +14 -0
  14. package/plugins/interactive-blocks/directive-on/render.php +52 -0
  15. package/plugins/interactive-blocks/directive-on/view.js +27 -0
  16. package/plugins/interactive-blocks/store-afterload/block.json +14 -0
  17. package/plugins/interactive-blocks/store-afterload/render.php +41 -0
  18. package/plugins/interactive-blocks/store-afterload/view.js +60 -0
  19. package/specs/editor/various/__snapshots__/inserting-blocks.test.js.snap +2 -2
  20. package/specs/editor/various/__snapshots__/rich-text.test.js.snap +15 -1
  21. package/specs/editor/various/block-editor-keyboard-shortcuts.test.js +3 -3
  22. package/specs/editor/various/reusable-blocks.test.js +4 -4
  23. package/specs/editor/various/rich-text.test.js +11 -0
  24. package/specs/experiments/blocks/post-comments-form.test.js +2 -2
  25. package/assets/large-post.html +0 -5553
  26. package/assets/small-post-with-containers.html +0 -77
  27. package/config/performance-reporter.js +0 -177
  28. package/config/setup-performance-test.js +0 -51
  29. package/jest.performance.config.js +0 -16
  30. package/specs/editor/plugins/block-variations.test.js +0 -191
  31. package/specs/performance/front-end-block-theme.test.js +0 -77
  32. package/specs/performance/front-end-classic-theme.test.js +0 -77
  33. package/specs/performance/post-editor.test.js +0 -369
  34. package/specs/performance/site-editor.test.js +0 -188
  35. package/specs/performance/utils.js +0 -146

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.