-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Flaky Test] No Behaviors
should be the default as defined in the core theme.json
#50923
Labels
[Type] Flaky Test
Auto-generated flaky test report issue
Comments
github-actions
bot
added
the
[Type] Flaky Test
Auto-generated flaky test report issue
label
May 24, 2023
Merged
github-actions bot
referenced
this issue
May 24, 2023
Co-authored-by: Carlos Bravo <carlos.bravo@automattic.com> Co-authored-by: Mario Santos <santosguillamot@gmail.com>
github-actions bot
referenced
this issue
May 24, 2023
…50373) * Add behaviors to the core theme.json * Add behaviors to json schemas for theme.json * Add a behaviors panel * Remove the changes to theme.json schema * Add behaviors to the VALID_SETTINGS in class-wp-theme-json-gutenberg.php * Add the first (still broken) version of the lightbox settings * WIP: Added a SelectControl for the behaviors * Format PHP * Format correctly again * Use the props.name when getting the behaviors * Add initial e2e tests * Update the withBehaviors description * Cleaned up behaviors.js * Update e2e tests to check visibility * Update core-blocks doc with behaviors attribute * Update fixtures with new lightbox attribute * Add a new theme for e2e tests * Change theme.json to include `settings.behaviors` * Remove default behavior value from block.json * Minor fix to the implementation * Add more e2e tests * Create a selector for behaviors * Add a filter to load behaviors on the server from the theme.json * Add behaviors on the top-level in core theme.json * Use the behaviors in the hooks * Update the comment * Update the comment in behaviors.js * Update fixtures and e2e * Prevent mobile test gutenberg error (temporary - not the best solution) * Add priority on filter * Fix php standards * Found a much better way to fix php tests * Small refactor * Add `behaviors` as an allowed key to BLOCK_EDITOR_SETTINGS * Move the behaviors to top level in the e2e test theme.json file * Rename the `behaviors` setting to `behaviorsUIEnabled` * Change "None" to "No behaviors" * Behaviors -> behavior * Fix redundant ternary * Improve the JSDoc for behaviors selector * Rename the test themes to make more sense * Remove definition of `behaviors` attribute in core/image * Change default value for `behaviors.lightbox` to false and update e2e tests accordingly * Change the way we get the data from `theme.json` and adjust e2e * Capitalize behaviors' labels * Move PHP code adding `theme.json` behaviors to `block-editor-settings` * Update comment * Remove the behaviors require from load.php * Revert "Update comment" This reverts commit fc812bc6c04e8b3c5c7fe3450c1e39d1dd6f6f3b. * Revert "Move PHP code adding `theme.json` behaviors to `block-editor-settings`" This reverts commit e8d16c8bb4977d1e27b758a067066a78fc21f794. * Remove the comment that was added previously * Update comments in `behaviors.php` * Add back the require_once in load.php * Use `settings.blocks.core/image.behaviors.lightbox` * Use `behaviors.blocks.core/image.lightbox` * Remove experimental setting for interactivity API * Add lightbox to image block First pass at adding lightbox. Note: Added custom implementation of Preact Portal because the children[0] declaration in the render method was erroneous and undefined, preventing it from working as expected. * Add logic for hiding lightbox on esc key press and overlay click * Improve styles and add note to add conditional for lightbox markup * Add editor UI and attribute for toggling lightbox * Remove image translation animation and add fade instead * Add accessibility; clean up styles; fix bug regarding ref in directives Cleaned up the PHP file a bit as I implemented standard accessibility for a lightbox. I changed names of attributes and properties to be clearer, as well as conslidated some CSS. Important to note: I fixed a bug with the directives wherein 'ref' was coming in as null due to how it was being passed in hooks.js. * Configure image to use new Interactivity API runtime included in Gutenberg * Remove viewScript from image config * Add Portal directive to Interactivity API runtime * Set scrim to site background color * Remove extraneous image CSS declaration * Improve aria labeling * Code cleanup; simplify syntax, consolidate code * Refactor code, remove event listeners, consolidate logic * Fix formatting in SCSS file * Change CheckboxControl to a ToggleControl; update API docs * Update wp_enqueue_script to correctly add interactivity runtime * Fix linter errors * Update to use core.image namespace * Pause closing of lightbox slightly when using the mousewheel * Rename portal directive to 'wp-body' and remove unused reference * Add internal dependencies flag; update comment * Remove extraneous code * Fix accessibility bug due to directives being defined incorrectly * Move enableLightbox declaration in block.json * Remove extraneous package.json declarations * Fix PHP indentation linter error * Revise package-lock.json to match trunk * Fix linter errors in portals.js * Update fixtures * Tests: Add e2e specs for Image block on the frontend * Disable lightbox by default * Add aria-role attribute to lightbox markup * Add tests * Update fixtures * Fix accessibility issues 1.) Changed 'aria-role' attribute to 'role' 2.) Moved lightbox close button to before modal content 3.) Remove logic for closing dialog with Tab key 4.) Move <img> outside of <button> element 5.) Add aria-labelledby attribute to dialog * Add focus trap * Label elements as 'inert' when lightbox is open * Update import of image interactivity scripts * Fix bug where interactivity only worked with admin enabled * Put lightbox rendering behind experimental flag * Add check for query selector and update tests * Update spacing in PHP file * Remove tick() and modify CSS * Update config based on behaviors UI and trunk changes * Remove extraneous code * Remove extraneous code and simplify variable name * Use core WordPress API for experiments flag * Clean up declarations * Fix PHP spacing * Remove `enableLightbox` * Remove defaultValue from image block.json * Update render_callback of core/image to use Behaviors UI * Fix e2e test: - Remove trailing `}` - Incorrectly assuming `"lightbox": true` * Remove 'inert' declarations for now * Add period to behaviors help text * Create selector for 'role' attribute * Update fixtures * Update comment * Clean up data-wp-island attribute * Readd mistakenly deleted line * Improve syntax of tests * Replace getByLabel() with getByRole() in some tests * Remove 'experiments' flag * Remove dependency on 'experiments' flag in tests * Revert "Remove dependency on 'experiments' flag in tests" This reverts commit 429ebbe. * Revert "Remove 'experiments' flag" This reverts commit cd0c9dd. * Change `aria-label` separator * Add back the experimental setting --------- Co-authored-by: Michal Czaplinski <mmczaplinski@gmail.com> Co-authored-by: Carlos Bravo <carlos.bravo@automattic.com> Co-authored-by: Grzegorz Ziolkowski <grzegorz@gziolo.pl> Co-authored-by: Mario Santos <santosguillamot@gmail.com> Co-authored-by: Mario Santos <34552881+SantosGuillamot@users.noreply.github.com>
github-actions bot
referenced
this issue
May 24, 2023
- @wordpress/a11y@3.34.0 - @wordpress/annotations@2.34.0 - @wordpress/api-fetch@6.31.0 - @wordpress/autop@3.34.0 - @wordpress/babel-plugin-import-jsx-pragma@4.17.0 - @wordpress/babel-plugin-makepot@5.18.0 - @wordpress/babel-preset-default@7.18.0 - @wordpress/base-styles@4.25.0 - @wordpress/blob@3.34.0 - @wordpress/block-directory@4.11.0 - @wordpress/block-editor@12.2.0 - @wordpress/block-library@8.11.0 - @wordpress/block-serialization-default-parser@4.34.0 - @wordpress/block-serialization-spec-parser@4.34.0 - @wordpress/blocks@12.11.0 - @wordpress/browserslist-config@5.17.0 - @wordpress/commands@0.5.0 - @wordpress/components@25.0.0 - @wordpress/compose@6.11.0 - @wordpress/core-commands@0.3.0 - @wordpress/core-data@6.11.0 - @wordpress/create-block-tutorial-template@2.22.0 - @wordpress/create-block@4.18.0 - @wordpress/customize-widgets@4.11.0 - @wordpress/data-controls@3.3.0 - @wordpress/data@9.4.0 - @wordpress/date@4.34.0 - @wordpress/dependency-extraction-webpack-plugin@4.17.0 - @wordpress/deprecated@3.34.0 - @wordpress/docgen@1.43.0 - @wordpress/dom-ready@3.34.0 - @wordpress/dom@3.34.0 - @wordpress/e2e-test-utils-playwright@0.2.0 - @wordpress/e2e-test-utils@10.5.0 - @wordpress/e2e-tests@7.5.0 - @wordpress/edit-post@7.11.0 - @wordpress/edit-site@5.11.0 - @wordpress/edit-widgets@5.11.0 - @wordpress/editor@13.11.0 - @wordpress/element@5.11.0 - @wordpress/env@8.0.0 - @wordpress/escape-html@2.34.0 - @wordpress/eslint-plugin@14.7.0 - @wordpress/format-library@4.11.0 - @wordpress/hooks@3.34.0 - @wordpress/html-entities@3.34.0 - @wordpress/i18n@4.34.0 - @wordpress/icons@9.25.0 - @wordpress/interface@5.11.0 - @wordpress/is-shallow-equal@4.34.0 - @wordpress/jest-console@7.5.0 - @wordpress/jest-preset-default@11.5.0 - @wordpress/jest-puppeteer-axe@6.5.0 - @wordpress/keyboard-shortcuts@4.11.0 - @wordpress/keycodes@3.34.0 - @wordpress/lazy-import@1.21.0 - @wordpress/list-reusable-blocks@4.11.0 - @wordpress/media-utils@4.25.0 - @wordpress/notices@4.2.0 - @wordpress/npm-package-json-lint-config@4.19.0 - @wordpress/plugins@6.2.0 - @wordpress/postcss-plugins-preset@4.18.0 - @wordpress/postcss-themes@5.17.0 - @wordpress/preferences-persistence@1.26.0 - @wordpress/preferences@3.11.0 - @wordpress/prettier-config@2.17.0 - @wordpress/primitives@3.32.0 - @wordpress/priority-queue@2.34.0 - @wordpress/private-apis@0.16.0 - @wordpress/project-management-automation@1.33.0 - @wordpress/react-i18n@3.32.0 - @wordpress/readable-js-assets-webpack-plugin@2.17.0 - @wordpress/redux-routine@4.34.0 - @wordpress/reusable-blocks@4.11.0 - @wordpress/rich-text@6.11.0 - @wordpress/router@0.3.0 - @wordpress/scripts@26.5.0 - @wordpress/server-side-render@4.11.0 - @wordpress/shortcode@3.34.0 - @wordpress/style-engine@1.17.0 - @wordpress/stylelint-config@21.17.0 - @wordpress/token-list@2.34.0 - @wordpress/url@3.35.0 - @wordpress/viewport@5.11.0 - @wordpress/warning@2.34.0 - @wordpress/widgets@3.11.0 - @wordpress/wordcount@3.34.0
github-actions bot
referenced
this issue
May 24, 2023
- @wordpress/a11y@3.34.0 - @wordpress/annotations@2.34.0 - @wordpress/api-fetch@6.31.0 - @wordpress/autop@3.34.0 - @wordpress/babel-plugin-import-jsx-pragma@4.17.0 - @wordpress/babel-plugin-makepot@5.18.0 - @wordpress/babel-preset-default@7.18.0 - @wordpress/base-styles@4.25.0 - @wordpress/blob@3.34.0 - @wordpress/block-directory@4.11.0 - @wordpress/block-editor@12.2.0 - @wordpress/block-library@8.11.0 - @wordpress/block-serialization-default-parser@4.34.0 - @wordpress/block-serialization-spec-parser@4.34.0 - @wordpress/blocks@12.11.0 - @wordpress/browserslist-config@5.17.0 - @wordpress/commands@0.5.0 - @wordpress/components@25.0.0 - @wordpress/compose@6.11.0 - @wordpress/core-commands@0.3.0 - @wordpress/core-data@6.11.0 - @wordpress/create-block-tutorial-template@2.22.0 - @wordpress/create-block@4.18.0 - @wordpress/customize-widgets@4.11.0 - @wordpress/data-controls@3.3.0 - @wordpress/data@9.4.0 - @wordpress/date@4.34.0 - @wordpress/dependency-extraction-webpack-plugin@4.17.0 - @wordpress/deprecated@3.34.0 - @wordpress/docgen@1.43.0 - @wordpress/dom-ready@3.34.0 - @wordpress/dom@3.34.0 - @wordpress/e2e-test-utils-playwright@0.2.0 - @wordpress/e2e-test-utils@10.5.0 - @wordpress/e2e-tests@7.5.0 - @wordpress/edit-post@7.11.0 - @wordpress/edit-site@5.11.0 - @wordpress/edit-widgets@5.11.0 - @wordpress/editor@13.11.0 - @wordpress/element@5.11.0 - @wordpress/env@8.0.0 - @wordpress/escape-html@2.34.0 - @wordpress/eslint-plugin@14.7.0 - @wordpress/format-library@4.11.0 - @wordpress/hooks@3.34.0 - @wordpress/html-entities@3.34.0 - @wordpress/i18n@4.34.0 - @wordpress/icons@9.25.0 - @wordpress/interface@5.11.0 - @wordpress/is-shallow-equal@4.34.0 - @wordpress/jest-console@7.5.0 - @wordpress/jest-preset-default@11.5.0 - @wordpress/jest-puppeteer-axe@6.5.0 - @wordpress/keyboard-shortcuts@4.11.0 - @wordpress/keycodes@3.34.0 - @wordpress/lazy-import@1.21.0 - @wordpress/list-reusable-blocks@4.11.0 - @wordpress/media-utils@4.25.0 - @wordpress/notices@4.2.0 - @wordpress/npm-package-json-lint-config@4.19.0 - @wordpress/plugins@6.2.0 - @wordpress/postcss-plugins-preset@4.18.0 - @wordpress/postcss-themes@5.17.0 - @wordpress/preferences-persistence@1.26.0 - @wordpress/preferences@3.11.0 - @wordpress/prettier-config@2.17.0 - @wordpress/primitives@3.32.0 - @wordpress/priority-queue@2.34.0 - @wordpress/private-apis@0.16.0 - @wordpress/project-management-automation@1.33.0 - @wordpress/react-i18n@3.32.0 - @wordpress/readable-js-assets-webpack-plugin@2.17.0 - @wordpress/redux-routine@4.34.0 - @wordpress/reusable-blocks@4.11.0 - @wordpress/rich-text@6.11.0 - @wordpress/router@0.3.0 - @wordpress/scripts@26.5.0 - @wordpress/server-side-render@4.11.0 - @wordpress/shortcode@3.34.0 - @wordpress/style-engine@1.17.0 - @wordpress/stylelint-config@21.17.0 - @wordpress/token-list@2.34.0 - @wordpress/url@3.35.0 - @wordpress/viewport@5.11.0 - @wordpress/warning@2.34.0 - @wordpress/widgets@3.11.0 - @wordpress/wordcount@3.34.0
github-actions bot
referenced
this issue
May 24, 2023
- @wordpress/a11y@3.34.0 - @wordpress/annotations@2.34.0 - @wordpress/api-fetch@6.31.0 - @wordpress/autop@3.34.0 - @wordpress/babel-plugin-import-jsx-pragma@4.17.0 - @wordpress/babel-plugin-makepot@5.18.0 - @wordpress/babel-preset-default@7.18.0 - @wordpress/base-styles@4.25.0 - @wordpress/blob@3.34.0 - @wordpress/block-directory@4.11.0 - @wordpress/block-editor@12.2.0 - @wordpress/block-library@8.11.0 - @wordpress/block-serialization-default-parser@4.34.0 - @wordpress/block-serialization-spec-parser@4.34.0 - @wordpress/blocks@12.11.0 - @wordpress/browserslist-config@5.17.0 - @wordpress/commands@0.5.0 - @wordpress/components@25.0.0 - @wordpress/compose@6.11.0 - @wordpress/core-commands@0.3.0 - @wordpress/core-data@6.11.0 - @wordpress/create-block-tutorial-template@2.22.0 - @wordpress/create-block@4.18.0 - @wordpress/customize-widgets@4.11.0 - @wordpress/data-controls@3.3.0 - @wordpress/data@9.4.0 - @wordpress/date@4.34.0 - @wordpress/dependency-extraction-webpack-plugin@4.17.0 - @wordpress/deprecated@3.34.0 - @wordpress/docgen@1.43.0 - @wordpress/dom-ready@3.34.0 - @wordpress/dom@3.34.0 - @wordpress/e2e-test-utils-playwright@0.2.0 - @wordpress/e2e-test-utils@10.5.0 - @wordpress/e2e-tests@7.5.0 - @wordpress/edit-post@7.11.0 - @wordpress/edit-site@5.11.0 - @wordpress/edit-widgets@5.11.0 - @wordpress/editor@13.11.0 - @wordpress/element@5.11.0 - @wordpress/env@8.0.0 - @wordpress/escape-html@2.34.0 - @wordpress/eslint-plugin@14.7.0 - @wordpress/format-library@4.11.0 - @wordpress/hooks@3.34.0 - @wordpress/html-entities@3.34.0 - @wordpress/i18n@4.34.0 - @wordpress/icons@9.25.0 - @wordpress/interface@5.11.0 - @wordpress/is-shallow-equal@4.34.0 - @wordpress/jest-console@7.5.0 - @wordpress/jest-preset-default@11.5.0 - @wordpress/jest-puppeteer-axe@6.5.0 - @wordpress/keyboard-shortcuts@4.11.0 - @wordpress/keycodes@3.34.0 - @wordpress/lazy-import@1.21.0 - @wordpress/list-reusable-blocks@4.11.0 - @wordpress/media-utils@4.25.0 - @wordpress/notices@4.2.0 - @wordpress/npm-package-json-lint-config@4.19.0 - @wordpress/plugins@6.2.0 - @wordpress/postcss-plugins-preset@4.18.0 - @wordpress/postcss-themes@5.17.0 - @wordpress/preferences-persistence@1.26.0 - @wordpress/preferences@3.11.0 - @wordpress/prettier-config@2.17.0 - @wordpress/primitives@3.32.0 - @wordpress/priority-queue@2.34.0 - @wordpress/private-apis@0.16.0 - @wordpress/project-management-automation@1.33.0 - @wordpress/react-i18n@3.32.0 - @wordpress/readable-js-assets-webpack-plugin@2.17.0 - @wordpress/redux-routine@4.34.0 - @wordpress/reusable-blocks@4.11.0 - @wordpress/rich-text@6.11.0 - @wordpress/router@0.3.0 - @wordpress/scripts@26.5.0 - @wordpress/server-side-render@4.11.0 - @wordpress/shortcode@3.34.0 - @wordpress/style-engine@1.17.0 - @wordpress/stylelint-config@21.17.0 - @wordpress/token-list@2.34.0 - @wordpress/url@3.35.0 - @wordpress/viewport@5.11.0 - @wordpress/warning@2.34.0 - @wordpress/widgets@3.11.0 - @wordpress/wordcount@3.34.0
github-actions bot
referenced
this issue
May 24, 2023
…50907) * Add lock icon component * Display lock icon in `Cell` component * Update bottom sheet cell components to display lock icon properly * Update `Cell` component placeholder color for disabled state * Update component name of radio cell
github-actions bot
referenced
this issue
May 24, 2023
…a dropZoneElement (#50726) * List View: Allow dragging outside the immediate area by passing down a dropZoneRef from outside the list view * Fix nesting logic so it will only nest if hovering over the bottom half of the item * Update widget sidebar, too * Update comments * Update comments and types * Use setTarget directly in the callback * Fix issue where sometimes the expanded drop zone area was not being respected * Add tests for useDropZone * Update dependency array, we only need to look at the current key * Swap out dropZoneRef for dropZoneElement * Fix typo * Add README file * Update packages/compose/src/hooks/use-drop-zone/README.md Co-authored-by: Daniel Richards <daniel.richards@automattic.com> --------- Co-authored-by: Daniel Richards <daniel.richards@automattic.com>
This was referenced May 25, 2023
Closed
This was referenced May 25, 2023
This was referenced May 25, 2023
github-actions bot
referenced
this issue
May 25, 2023
* Implement initial shallow checking * Don’t assyne value when comparing value changes * Fix recrusive re-renders in hook Avoid passing a default when default is handled internally. Set default to be an object as that is what we are tracking. * Fix ENTER submission bug * Require settings changes to be “Applied” * Refactor for readability and tidy * Improve test naming * Add test for new UX * Improve fetching of settings * Rename hook to convey new purpose * Improve test coverage of test * Fix tab stops now Apply is disabled when there are no changes * Wait for settings drawer to open * Extract retrival of settings keys * Move setters to hook * Make API clearer to consumers of hook
This was referenced May 25, 2023
This was referenced May 25, 2023
github-actions bot
referenced
this issue
May 25, 2023
* Extract BlockThemePreviews-related code from the editor package * Use props to pass values * Lift up the states * Reuse existing functions * extract _EntitiesSavedStates component * Make EntitiesSavedStatesExtensible provate API * Remove window.__experimentalEnableThemePreviews * Remove the experiment option * Fix missing props * Revert "Remove the experiment option" This reverts commit 1f8961a. * Remove unnecessary destructuring assignment
github-actions bot
referenced
this issue
May 25, 2023
…nk UI results. (#50190) * Update Post Link block variation icon to match the one used in the Link UI search results. * Update snapshot.
github-actions bot
referenced
this issue
May 25, 2023
…50968) * Navigation: Apply color classes to the navigation container element Co-authored-by: Maggie <3593343+MaggieCabrera@users.noreply.github.com> * Also apply styles to the container * fix php linting * remove trailing comma --------- Co-authored-by: Maggie <3593343+MaggieCabrera@users.noreply.github.com>
This was referenced May 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
Test title
No Behaviors
should be the default as defined in the core theme.jsonTest path
/test/e2e/specs/editor/various/behaviors.spec.js
Errors
[2023-05-24T16:44:26.464Z]
Test passed after 1 failed attempt ondebug-tests
.[2023-05-24T17:25:33.776Z]
Test passed after 1 failed attempt onbehaviors-ui
.[2023-05-24T18:09:41.424Z]
Test passed after 1 failed attempt onbehaviors-ui
.[2023-05-24T19:28:03.714Z]
Test passed after 1 failed attempt ondebug-tests
.[2023-05-24T19:33:41.423Z]
Test passed after 1 failed attempt onbehaviors-ui
.[2023-05-24T21:41:33.042Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T22:37:18.807Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T22:39:25.207Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T22:47:42.355Z]
Test passed after 1 failed attempt onwp/latest
.[2023-05-24T22:48:06.371Z]
Test passed after 1 failed attempt onrelease/15.9
.[2023-05-24T22:48:50.764Z]
Test passed after 1 failed attempt onwp/latest
.[2023-05-24T22:59:36.443Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T23:04:41.919Z]
Test passed after 1 failed attempt onrelease/15.9
.[2023-05-24T23:05:03.528Z]
Test passed after 1 failed attempt onwp/latest
.[2023-05-24T23:07:47.071Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T23:09:37.757Z]
Test passed after 1 failed attempt onrelease/15.9
.[2023-05-24T23:19:11.992Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-24T23:26:19.106Z]
Test passed after 1 failed attempt onadd/view-site-to-site-edit-nav
.[2023-05-24T23:26:47.514Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T00:42:48.025Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T00:45:30.312Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T00:49:53.651Z]
Test passed after 1 failed attempt onadd/template-post-context-switching
.[2023-05-25T01:05:15.767Z]
Test passed after 1 failed attempt onrnmobile/release_1.96.0
.[2023-05-25T01:55:22.476Z]
Test passed after 1 failed attempt ontry/font-library
.[2023-05-25T02:17:09.023Z]
Test passed after 1 failed attempt onadd/template-post-context-switching
.[2023-05-25T02:44:35.539Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T02:59:16.649Z]
Test passed after 1 failed attempt onupdate/list-view-append-when-nesting-collapsed-blocks
.[2023-05-25T03:07:25.375Z]
Test passed after 1 failed attempt ontry/font-library
.[2023-05-25T04:06:37.633Z]
Test passed after 1 failed attempt onupdate/image-describedby
.[2023-05-25T04:19:05.801Z]
Test passed after 1 failed attempt onrnmobile/release_1.96.0
.[2023-05-25T04:31:31.958Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T04:41:00.050Z]
Test passed after 1 failed attempt onfix/undo-redo
.[2023-05-25T05:08:50.151Z]
Test passed after 1 failed attempt onupdate/image-describedby
.[2023-05-25T05:10:57.071Z]
Test passed after 1 failed attempt onrevert/browse-mode-snack-bars
.[2023-05-25T05:11:56.321Z]
Test passed after 1 failed attempt onupdate/preformatted-spacing
.[2023-05-25T05:27:44.206Z]
Test passed after 1 failed attempt onupdate/comment-pagination-spacing
.[2023-05-25T05:30:16.681Z]
Test passed after 1 failed attempt onupdate/file-spacing-support
.[2023-05-25T05:33:53.075Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T05:34:24.977Z]
Test passed after 1 failed attempt onfix/ignore-framer-warning-when-running-e2e-tests-locally
.[2023-05-25T05:38:31.995Z]
Test passed after 1 failed attempt onfix/undo-redo
.[2023-05-25T05:39:03.224Z]
Test passed after 1 failed attempt onupdate/loginout-spacing
.[2023-05-25T05:51:03.182Z]
Test passed after 1 failed attempt ontry/refactor-spacing-controls
.[2023-05-25T05:52:36.049Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T06:14:01.473Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T06:23:00.335Z]
Test passed after 1 failed attempt onadd/elements-variations-custom-css
.[2023-05-25T06:31:05.823Z]
Test passed after 1 failed attempt onadd/template-post-context-switching
.[2023-05-25T06:38:01.546Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T06:41:12.250Z]
Test passed after 1 failed attempt onfix/undo-redo
.[2023-05-25T06:49:41.022Z]
Test passed after 1 failed attempt onupdate/preformatted-spacing
.[2023-05-25T07:02:02.678Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T07:30:12.453Z]
Test passed after 1 failed attempt onupdate/loginout-spacing
.[2023-05-25T07:43:43.584Z]
Test passed after 1 failed attempt onadd/template-post-context-switching
.[2023-05-25T08:02:38.873Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T08:21:19.081Z]
Test passed after 1 failed attempt onupdate/post-navigation-link
.[2023-05-25T08:42:14.054Z]
Test passed after 1 failed attempt onbrowse-mode-navigation-options
.[2023-05-25T08:59:51.159Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T09:05:10.617Z]
Test passed after 1 failed attempt onadd/test-coverage-for-inner-blocks-added-in-render-block-data
.[2023-05-25T09:30:27.398Z]
Test passed after 1 failed attempt onupdate/remove-submenu-button-padding
.[2023-05-25T09:35:25.230Z]
Test passed after 1 failed attempt onfix/unlock-block-text-only-toolbar-label
.[2023-05-25T09:40:29.809Z]
Test passed after 1 failed attempt ontry/iframe-without-asset-parsing
.[2023-05-25T10:08:56.512Z]
Test passed after 1 failed attempt onadd/test-coverage-for-inner-blocks-added-in-render-block-data
.[2023-05-25T10:12:13.431Z]
Test passed after 1 failed attempt ontry/pass-rich-text-value-to-store
.[2023-05-25T10:16:16.467Z]
Test passed after 1 failed attempt onrelease/15.9
.[2023-05-25T10:25:07.678Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T10:30:46.755Z]
Test passed after 1 failed attempt onfix/50235
.[2023-05-25T10:30:56.662Z]
Test passed after 1 failed attempt onalternative-to-50235
.[2023-05-25T10:34:38.679Z]
Test passed after 1 failed attempt onupdate/page-detail
.[2023-05-25T10:56:32.127Z]
Test passed after 1 failed attempt onfix/use-data-api-in-flat-term-selector
.[2023-05-25T11:01:02.859Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T11:08:06.413Z]
Test passed after 1 failed attempt onfix/navigation-block-aria-expanded-on-hover
.[2023-05-25T11:28:30.532Z]
Test passed after 1 failed attempt onfix/link-control-internal-state-tracking
.[2023-05-25T11:35:51.945Z]
Test passed after 1 failed attempt onfix/iframe-writing-flow-tab
.[2023-05-25T11:36:10.193Z]
Test passed after 1 failed attempt ontry/iframe-block-api-version-3
.[2023-05-25T12:02:13.442Z]
Test passed after 1 failed attempt onrefactor/upload-perf-test-themes
.[2023-05-25T12:29:16.710Z]
Test passed after 1 failed attempt onupdate/post-template-render-context
.[2023-05-25T12:42:03.204Z]
Test passed after 1 failed attempt onadd/view-site-to-site-edit-nav
.[2023-05-25T12:43:45.059Z]
Test passed after 1 failed attempt onfix/dimension-panel-decode
.[2023-05-25T12:50:18.541Z]
Test passed after 1 failed attempt ontry/aggressive-tinymce-deprecation
.[2023-05-25T12:53:51.672Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T13:07:14.127Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T13:09:35.720Z]
Test passed after 1 failed attempt oncolorpalette-layout-update
.[2023-05-25T13:23:19.096Z]
Test passed after 1 failed attempt onupdate/link-control-move-text-control-outside-settings
.[2023-05-25T13:38:23.004Z]
Test passed after 1 failed attempt onupdate/use-checkbox-for-open-in-new-tab
.[2023-05-25T14:00:59.293Z]
Test passed after 1 failed attempt onupdate/make-settings-drawer-utilise-children
.[2023-05-25T14:02:48.873Z]
Test passed after 1 failed attempt ontry/aggressive-tinymce-deprecation
.[2023-05-25T14:09:21.395Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T14:17:56.585Z]
Test passed after 1 failed attempt onfix/50235
.[2023-05-25T14:21:38.057Z]
Test passed after 1 failed attempt onfix/image-block-lightbox-translation-escaping
.[2023-05-25T14:25:47.138Z]
Test passed after 1 failed attempt onfix/iframe-writing-flow-tab
.[2023-05-25T14:40:18.360Z]
Test passed after 1 failed attempt onadd/remove-all-notices
.[2023-05-25T14:41:21.964Z]
Test passed after 1 failed attempt ontry/aggressive-tinymce-deprecation
.[2023-05-25T14:49:38.083Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T14:51:34.518Z]
Test passed after 1 failed attempt oncolorpalette-layout-update
.[2023-05-25T15:01:31.398Z]
Test passed after 1 failed attempt onfeat/dropdown-v2-design-feedback
.[2023-05-25T15:05:40.815Z]
Test passed after 1 failed attempt onrnmobile/update-ungroup-button
.[2023-05-25T15:30:16.183Z]
Test passed after 1 failed attempt ontry/aggressive-tinymce-deprecation
.[2023-05-25T15:31:53.869Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T15:33:10.436Z]
Test passed after 1 failed attempt onfix/50235-3
.[2023-05-25T15:48:10.028Z]
Test passed after 1 failed attempt ontry/font-library
.[2023-05-25T15:54:12.998Z]
Test passed after 1 failed attempt ondocs/gutenberg-release
.[2023-05-25T15:57:43.696Z]
Test passed after 1 failed attempt ontry/fonts-api/refactor-resolver-global-functions
.[2023-05-25T16:02:55.666Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T16:04:04.616Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T16:07:00.920Z]
Test passed after 1 failed attempt onremove/lodash-is-empty-clean-empty-object
.[2023-05-25T16:16:29.334Z]
Test passed after 1 failed attempt onfix/50235-3
.[2023-05-25T16:29:10.349Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T16:38:46.156Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T16:43:53.433Z]
Test passed after 1 failed attempt ontry/search-button-only
.[2023-05-25T16:46:42.058Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T16:48:11.917Z]
Test passed after 1 failed attempt ontrunk
.[2023-05-25T16:52:24.146Z]
Test passed after 1 failed attempt onupdate/block-supports-for-editing-modes
.[2023-05-25T17:05:39.779Z]
Test passed after 1 failed attempt ontweak/visually-hide-linkcontrol-heading
.[2023-05-25T17:12:40.044Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T18:29:32.030Z]
Test passed after 1 failed attempt ontry/fonts-api/refactor-resolver-global-functions
.[2023-05-25T19:01:34.965Z]
Test passed after 1 failed attempt onenhance/range-control-size
.[2023-05-25T19:11:10.673Z]
Test passed after 1 failed attempt onupdate/refactor-register-fonts-from-theme-json-php
.[2023-05-25T19:28:32.487Z]
Test passed after 1 failed attempt ontweak/linkcontrol-suggestions
.[2023-05-25T19:40:07.025Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.[2023-05-25T20:09:26.220Z]
Test passed after 1 failed attempt onupdate/refactor-register-fonts-from-theme-json-php
.[2023-05-25T20:17:05.350Z]
Test passed after 1 failed attempt onbehaviors-switch-options
.[2023-05-25T20:22:22.215Z]
Test passed after 1 failed attempt onexperiment/remove-interactivity-api-experimental-flag
.The text was updated successfully, but these errors were encountered: