Skip to content

Commit

Permalink
Merge pull request #5444 from wordpress-mobile/update-android-e2e-ini…
Browse files Browse the repository at this point in the history
…tial-html-test

E2E Initial HTML Test - Update test to use the Paste functionality for Android
  • Loading branch information
geriux committed Feb 2, 2023
2 parents 9fab768 + 895b07d commit cbb5b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 30 files
+7 −3 .github/workflows/end2end-test.yml
+1 −1 .github/workflows/performance.yml
+0 −0 bin/log-performance-results.js
+12 −0 docs/reference-guides/block-api/block-registration.md
+41 −26 lib/class-wp-theme-json-gutenberg.php
+9 −0 packages/block-editor/src/components/block-actions/index.js
+67 −63 packages/block-library/src/avatar/index.php
+3 −0 packages/block-library/src/avatar/style.scss
+3 −2 packages/edit-site/src/components/add-new-template/new-template-part.js
+5 −3 packages/edit-site/src/components/add-new-template/new-template.js
+4 −3 packages/edit-site/src/components/block-editor/index.js
+4 −3 packages/edit-site/src/components/editor/index.js
+1 −1 packages/edit-site/src/components/global-styles/custom-css.js
+3 −2 packages/edit-site/src/components/layout/index.js
+7 −9 packages/edit-site/src/components/site-hub/index.js
+4 −3 packages/edit-site/src/components/sync-state-with-url/use-sync-canvas-mode-with-url.js
+0 −24 packages/edit-site/src/store/actions.js
+5 −0 packages/edit-site/src/store/index.js
+29 −0 packages/edit-site/src/store/private-actions.js
+10 −0 packages/edit-site/src/store/private-selectors.js
+0 −11 packages/edit-site/src/store/selectors.js
+4 −16 packages/react-native-editor/__device-tests__/pages/editor-page.js
+5 −0 packages/scripts/CHANGELOG.md
+3 −2 packages/scripts/README.md
+24 −11 packages/scripts/config/webpack.config.js
+1 −1 packages/scripts/scripts/lint-style.js
+10 −7 packages/scripts/scripts/start.js
+172 −0 phpunit/block-supports/position-test.php
+294 −0 phpunit/class-wp-theme-json-test.php
+8 −1 schemas/json/block.json

0 comments on commit cbb5b89

Please sign in to comment.