-
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] doesn't throw a block error when clicking on a link #47747
Labels
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
[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
Feb 3, 2023
This issue has gone 30 days without any activity. |
github-actions
bot
added
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
Mar 6, 2023
github-actions
bot
removed
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
Mar 14, 2023
This was referenced Mar 14, 2023
github-actions bot
referenced
this issue
Mar 16, 2023
By confining the hack to iOS 16 or above, we fix an issue with dictation causing content loss in later versions of iOS.
This was referenced Mar 16, 2023
This was referenced Mar 18, 2023
This was referenced Mar 19, 2023
This was referenced Apr 5, 2023
github-actions bot
referenced
this issue
Apr 5, 2023
* Use media icon in core/media-text Media Container * Update media.js icon with new media icon (image + video display) * Use video icon for existing media icon implementations * Update media icon * Use media icon for media library * Trigger test * Trigger test * Update media-container.native.js
This was referenced Apr 6, 2023
github-actions bot
referenced
this issue
Apr 7, 2023
* Update block-settings-dropdown.js * Add check for count * Update block-deletion.spec.js * Update tests * More tests
This was referenced Apr 7, 2023
This was referenced Apr 10, 2023
github-actions bot
referenced
this issue
Apr 10, 2023
* Remove react-native-keyboard-aware-scroll-view dependency * Mobile - AztecView/AztecInputState: - Remove usage of onCaretVerticalPositionChange - Add support for adding a listener when the caret Y coordinate position changes * Mobile - VisualEditor - Remove keyboard listeners and the usage of isAutoScrollEnabled in the state of the component * Mobile - RichText - Remove usage useNativeProps which used to handle the caret position's changes for iOS * Mobile - BlockList and Keyboard Aware FlatList for iOS: - Removes usage of the react-native-keyboard-aware-scroll-view library - Adds custom implementation to scroll to the focused TextInput element * Mobile - Remove patch for react-native-keyboard-aware-scroll-view * Mobile - Update Block insertion E2E test * Mobile - Block List - Update isFloatingToolbarVisible logic * Mobile - KeyboardAwareFlatList - Remove usage of inputAccessoryViewHeight * Mobile - KeyboardAwareFlatList - Prevent adding listeners on re-renders and prevent scrolling if the scroll reference doesn't exist * Mobile - E2E - Improve editor paragraph test * Mobile - KeyboardAwareFlatList - Refactors the code to split it in several hooks, it also fixes a few cases that weren't working correctly. * Mobile - useScrollToTextInput - Fix typo in type * Mobile - RCTAztecView - Send caret's height along with its coords * Mobile - Keyboard Aware Flat list - Rewrite hooks to take into account the measurement of the TextInput to its parent, use the caret's height to add extra padding and correct calculation of the top and bottom offsets * Mobile - Keyboard Aware Flatlist - Update hooks to fix several bugs * Mobile - Keyboard Aware Flatlist - Add tests for new hooks * Mobile - Keyboard Aware FlatList - Remove duplicated condition and adds comments * Mobile - Keyboard Aware Flatlist - Update useScrollToTextInput to fix bugs and simplify logic * Mobile - Keyboard Aware Flatlist - Add missing styles for inner blocks * Mobile - Keyboard Aware Flatlist - Fix issue when the title is focused and it shouldn't scroll down * Mobile - Keyboard Aware Flatlist - Don't take into account null values * Mobile - AztecView - iOS: Pass the caret data when the TextInput is focused * Mobile - Keyboard Aware FlatList - Remove unused shouldPreventAutomaticScroll prop * Mobile - Keyboard Aware FlatList - useKeyboardOffset - Add case where it should remove listeners if the scrollEnabled prop changes from true to false * Mobile - Keyboard Aware FlatList - useTextInputOffset: Prevent measuring the TextInput if the caretY is null since we are no longer taking that as a valid value * Mobile - Keyboard Aware FlatList - useScrollToTextInput: Add documentation for scrollToTextInputOffset * Mobile - Keyboard Aware FlatList - useScrollToTextInput: Update "does not scroll when the ScrollView ref is not available" test to check scrollTo wasn't called * Mobile - AztecInputState - Fix spacing in comment * Mobile - E2E Tests - Paragraph and Block Insertion: Remove adding isAndroid conditions * Revert "Mobile - Keyboard Aware FlatList - useScrollToTextInput: Update "does not scroll when the ScrollView ref is not available" test to check scrollTo wasn't called" This reverts commit fd42475. * Mobile - KeyboardAwareFlatList - Reset scrollViewMeasurements to null everythime the dependecies change * Mobile - useKeyboardOffset - Remove if condition if there's an AztecView currently focused, it is not needed anymore * Mobile - AztecView - Pass caret data when the content size of the TextInput changes e.g the orientation changes. Also update the caret data if the AztecView is focused * Mobile - AztecInputState - Don't notify caret change listeners if there's no caret data (avoid triggering them with null values) * Mobile - useKeyboardOffset: Remove usage of keyboardWillShow and just rely on keyboardDidShow and keyboardDidHide, this will be useful when this logic is shared with Android. It also updates the hook to just store the current keyboard offset avoiding storing the keyboard visibility as well. * Mobile - KeyboardAwareFlatList - Remove usage of isKeboardVisible since we just need to know if there's a keyboard offset set or not. It also removes measureScrollView from the useEffect that listens to device orientation changes * Mobile - BlockList - Restore usage of shouldFlatListPreventAutomaticScroll * Mobile -useKeyboardOffset: Update hook to use a setTiemout to remove the keyboard offset, it also updates the unit test * Mobile - useScrollToTextInput: Remove dash * Mobile - KeyboardAwareFlatList: Remove dashes * Mobile - useKeyboardOffset - Reset timeout when willShowSubscription is called * Mobile - useTextInputOffset - Add example when a caretY value would be -1 * Mobile - useKeyboardOffset - Remove duplicated test and use a different keyboard height end coordinates to check different offset value * Mobile - useKeyboardOffset - Update test to also remove the keyboardWillShow listener * Mobile - Update Changelog * Components - Update changelog to include the KeyboardAwareFlatList mobile refactor * Mobile - useTextInputOffset - Update comment to use permanent link
This was referenced Apr 10, 2023
github-actions bot
referenced
this issue
Apr 10, 2023
* Release script: Update react-native-editor version to 1.92.0 * Release script: Update with changes from 'npm run core preios' * docs: Update change log * Release script: Update react-native-editor version to 1.92.1 * Release script: Update with changes from 'npm run core preios' * fix: Avoid empty Gallery block error (#49557) * fix: Avoid empty Gallery block error Setting a default function parameter avoids an error when `innerBlockImages` is `undefined`. This default function parameter may be unnecessary and masking a underlying issue. * docs: Add change log entry * docs: Remove duplicate change log entry
This was referenced Apr 11, 2023
github-actions bot
referenced
this issue
Apr 12, 2023
- @wordpress/a11y@3.31.0 - @wordpress/annotations@2.31.0 - @wordpress/api-fetch@6.28.0 - @wordpress/autop@3.31.0 - @wordpress/babel-plugin-import-jsx-pragma@4.14.0 - @wordpress/babel-plugin-makepot@5.15.0 - @wordpress/babel-preset-default@7.15.0 - @wordpress/base-styles@4.22.0 - @wordpress/blob@3.31.0 - @wordpress/block-directory@4.8.0 - @wordpress/block-editor@11.8.0 - @wordpress/block-library@8.8.0 - @wordpress/block-serialization-default-parser@4.31.0 - @wordpress/block-serialization-spec-parser@4.31.0 - @wordpress/blocks@12.8.0 - @wordpress/browserslist-config@5.14.0 - @wordpress/commands@0.2.0 - @wordpress/components@23.8.0 - @wordpress/compose@6.8.0 - @wordpress/core-data@6.8.0 - @wordpress/create-block-tutorial-template@2.19.0 - @wordpress/create-block@4.15.0 - @wordpress/customize-widgets@4.8.0 - @wordpress/data-controls@3.0.0 - @wordpress/data@9.1.0 - @wordpress/date@4.31.0 - @wordpress/dependency-extraction-webpack-plugin@4.14.0 - @wordpress/deprecated@3.31.0 - @wordpress/docgen@1.40.0 - @wordpress/dom-ready@3.31.0 - @wordpress/dom@3.31.0 - @wordpress/e2e-test-utils@10.2.0 - @wordpress/e2e-tests@7.2.0 - @wordpress/edit-post@7.8.0 - @wordpress/edit-site@5.8.0 - @wordpress/edit-widgets@5.8.0 - @wordpress/editor@13.8.0 - @wordpress/element@5.8.0 - @wordpress/env@5.16.0 - @wordpress/escape-html@2.31.0 - @wordpress/eslint-plugin@14.4.0 - @wordpress/format-library@4.8.0 - @wordpress/hooks@3.31.0 - @wordpress/html-entities@3.31.0 - @wordpress/i18n@4.31.0 - @wordpress/icons@9.22.0 - @wordpress/interface@5.8.0 - @wordpress/is-shallow-equal@4.31.0 - @wordpress/jest-console@7.2.0 - @wordpress/jest-preset-default@11.2.0 - @wordpress/jest-puppeteer-axe@6.2.0 - @wordpress/keyboard-shortcuts@4.8.0 - @wordpress/keycodes@3.31.0 - @wordpress/lazy-import@1.18.0 - @wordpress/list-reusable-blocks@4.8.0 - @wordpress/media-utils@4.22.0 - @wordpress/notices@3.31.0 - @wordpress/npm-package-json-lint-config@4.16.0 - @wordpress/plugins@5.8.0 - @wordpress/postcss-plugins-preset@4.15.0 - @wordpress/postcss-themes@5.14.0 - @wordpress/preferences-persistence@1.23.0 - @wordpress/preferences@3.8.0 - @wordpress/prettier-config@2.14.0 - @wordpress/primitives@3.29.0 - @wordpress/priority-queue@2.31.0 - @wordpress/private-apis@0.13.0 - @wordpress/project-management-automation@1.30.0 - @wordpress/react-i18n@3.29.0 - @wordpress/readable-js-assets-webpack-plugin@2.14.0 - @wordpress/redux-routine@4.31.0 - @wordpress/reusable-blocks@4.8.0 - @wordpress/rich-text@6.8.0 - @wordpress/scripts@26.2.0 - @wordpress/server-side-render@4.8.0 - @wordpress/shortcode@3.31.0 - @wordpress/style-engine@1.14.0 - @wordpress/stylelint-config@21.14.0 - @wordpress/token-list@2.31.0 - @wordpress/url@3.32.0 - @wordpress/viewport@5.8.0 - @wordpress/warning@2.31.0 - @wordpress/widgets@3.8.0 - @wordpress/wordcount@3.31.0
This was referenced Apr 12, 2023
This issue has gone 30 days without any activity. |
github-actions
bot
added
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
May 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
[Type] Flaky Test
Auto-generated flaky test report issue
0 participants
Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
Test title
doesn't throw a block error when clicking on a link
Test path
/test/e2e/specs/site-editor/template-part.spec.js
Errors
[2023-02-03T18:16:29.929Z]
Test passed after 1 failed attempt ontrunk
.[2023-02-03T19:02:34.474Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-13T14:37:57.215Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-13T14:39:38.019Z]
Test passed after 1 failed attempt onadd/duotone-test-to-style-engine
.[2023-03-14T09:43:46.403Z]
Test passed after 1 failed attempt onupdate/npm
.[2023-03-14T10:22:22.960Z]
Test passed after 1 failed attempt onupdate/npm
.[2023-03-14T16:02:10.291Z]
Test passed after 1 failed attempt onfeat/navigator-disable-initial-animation
.[2023-03-15T03:55:32.022Z]
Test passed after 1 failed attempt ontry/make-sticky-menu-option
.[2023-03-15T13:50:39.156Z]
Test passed after 1 failed attempt onrefactor/ctx-get-styled-cn-lodash
.[2023-03-15T16:08:36.373Z]
Test passed after 1 failed attempt onrefactor/use-media-query
.[2023-03-15T17:52:22.061Z]
Test passed after 1 failed attempt onupdate/svg-filter-frontend-output
.[2023-03-16T09:34:09.817Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-16T10:08:04.094Z]
Test passed after 1 failed attempt ontry/block-tools-marry-document-tools
.[2023-03-16T16:06:04.193Z]
Test passed after 1 failed attempt onupdate/svg-filter-frontend-output
.[2023-03-16T17:51:29.680Z]
Test passed after 1 failed attempt onupdate/svg-filter-frontend-output
.[2023-03-16T23:10:13.019Z]
Test passed after 1 failed attempt onadd/security-faq
.[2023-03-17T02:45:20.469Z]
Test passed after 1 failed attempt onadd/more-cover-block-unit-tests
.[2023-03-17T05:35:54.680Z]
Test passed after 1 failed attempt onrefactor/block-json-selectors-api
.[2023-03-17T08:46:52.714Z]
Test passed after 1 failed attempt ontry/global-styles-style-engine
.[2023-03-17T10:52:04.697Z]
Test passed after 1 failed attempt onrnmobile/fix/focus-replacement-bug
.[2023-03-17T11:05:33.037Z]
Test passed after 1 failed attempt onrnmobile/release_1.91.0
.[2023-03-17T16:14:58.963Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-18T00:41:28.213Z]
Test passed after 1 failed attempt onupdate/formtokenfield-help
.[2023-03-18T08:31:50.082Z]
Test passed after 1 failed attempt onadd/element-env
.[2023-03-19T08:06:50.945Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-19T08:11:09.867Z]
Test passed after 1 failed attempt onremove/edit-navigation-leftovers
.[2023-03-20T00:19:18.585Z]
Test passed after 1 failed attempt onrefactor/block-json-selectors-api
.[2023-03-20T04:16:12.896Z]
Test passed after 1 failed attempt onfix/heading-block-element-overrides
.[2023-03-20T08:28:40.610Z]
Test passed after 1 failed attempt onform-fields
.[2023-03-20T09:15:39.772Z]
Test passed after 1 failed attempt onfix-39946
.[2023-03-21T11:03:06.491Z]
Test passed after 1 failed attempt ontry/nav-allow-private-pages-to-display
.[2023-03-21T12:28:39.100Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-21T14:43:10.852Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-21T15:30:37.085Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-21T21:31:25.989Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-22T06:20:14.583Z]
Test passed after 1 failed attempt onfix/image-dont-render-empty
.[2023-03-22T07:36:03.904Z]
Test passed after 1 failed attempt onfix/group-block-deprecation-pt2
.[2023-03-22T09:26:41.842Z]
Test passed after 2 failed attempts onadd/typography-support-to-time-to-read-block
.[2023-03-22T10:32:44.554Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-22T16:47:46.175Z]
Test passed after 1 failed attempt onmove-filters-out-of-colors-section
.[2023-03-22T17:19:44.671Z]
Test passed after 1 failed attempt onupdate/list-view-more-menu
.[2023-03-23T02:37:01.160Z]
Test passed after 1 failed attempt onrnmobile/add-reassure-pt-2
.[2023-03-23T08:21:30.223Z]
Test passed after 1 failed attempt onrnmobile/add-reassure-pt-2
.[2023-03-23T10:22:10.249Z]
Test passed after 1 failed attempt ontry/use-dedicated-rest-to-get-nav-fallbacks
.[2023-03-23T11:05:05.836Z]
Test passed after 1 failed attempt onfix/check-caps-for-external-image-upload
.[2023-03-23T11:57:07.691Z]
Test passed after 1 failed attempt ontry/use-dedicated-rest-to-get-nav-fallbacks
.[2023-03-23T12:20:09.213Z]
Test passed after 1 failed attempt onrnmobile/remove-keyboard-aware-flatlist
.[2023-03-23T15:12:13.136Z]
Test passed after 1 failed attempt ontry/use-dedicated-rest-to-get-nav-fallbacks
.[2023-03-23T16:36:29.799Z]
Test passed after 1 failed attempt onrefactor/ColorPicker-typescript
.[2023-03-23T17:05:46.943Z]
Test passed after 1 failed attempt ontry/use-dedicated-rest-to-get-nav-fallbacks
.[2023-03-23T18:03:57.937Z]
Test passed after 1 failed attempt onadd/story-for-full-global-styles-UI
.[2023-03-24T00:25:41.507Z]
Test passed after 1 failed attempt ontry/resizable-box-popover-for-cover-block
.[2023-03-24T05:55:24.006Z]
Test passed after 1 failed attempt onupdate/image-describedby
.[2023-03-24T12:18:50.380Z]
Test passed after 1 failed attempt onadd/test-entity-manage-focus
.[2023-03-24T18:00:42.229Z]
Test passed after 1 failed attempt onrnmobile/remove-keyboard-aware-flatlist
.[2023-03-26T02:14:05.213Z]
Test passed after 1 failed attempt onadd/more-cover-block-unit-tests
.[2023-03-27T08:09:24.436Z]
Test passed after 1 failed attempt onform-fields
.[2023-03-27T08:15:45.825Z]
Test passed after 1 failed attempt onadd/site-logo-border
.[2023-03-27T12:21:21.701Z]
Test passed after 1 failed attempt onfix/tab-panel-initial-rendering
.[2023-03-27T23:54:36.983Z]
Test passed after 1 failed attempt onfix/tab-panel-initial-rendering
.[2023-03-28T03:41:50.148Z]
Test passed after 1 failed attempt ontry/spacer-flex-controls
.[2023-03-28T08:29:25.509Z]
Test passed after 1 failed attempt onmigrate/block-editor-insert-usage-to-preferences-store
.[2023-03-28T09:40:05.341Z]
Test passed after 1 failed attempt onmigrate/block-editor-insert-usage-to-preferences-store
.[2023-03-28T19:35:10.362Z]
Test passed after 1 failed attempt onupdate/treeselect-margin
.[2023-03-28T20:13:14.042Z]
Test passed after 1 failed attempt ontest/add-writing-flow-tests
.[2023-03-29T02:11:25.483Z]
Test passed after 1 failed attempt onmigrate/block-editor-insert-usage-to-preferences-store
.[2023-03-29T04:25:38.497Z]
Test passed after 1 failed attempt onadd/spacing-presets-to-spacer-block
.[2023-03-29T06:30:48.681Z]
Test passed after 1 failed attempt ontry/allow-dragging-outside-of-the-list-view-area-to-move-to-top-and-bottom-positions
.[2023-03-29T08:55:48.057Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-29T11:31:54.084Z]
Test passed after 1 failed attempt ontry/block-tools-marry-document-tools
.[2023-03-29T12:52:14.210Z]
Test passed after 1 failed attempt onfix/duotone-selectors-global-and-block-level
.[2023-03-29T14:22:19.838Z]
Test passed after 1 failed attempt onadd/commands
.[2023-03-29T15:27:01.084Z]
Test passed after 1 failed attempt onfix/show-ui-to-change-custom-links-on-sidebar-navigation
.[2023-03-29T16:00:21.897Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-29T17:58:10.043Z]
Test passed after 1 failed attempt onrelease/15.5
.[2023-03-29T18:03:35.605Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-29T23:17:01.649Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-29T23:52:08.066Z]
Test passed after 1 failed attempt ontry/block-meta
.[2023-03-29T23:56:33.929Z]
Test passed after 1 failed attempt onfix/failing-cover-block-tests
.[2023-03-30T01:34:23.871Z]
Test passed after 1 failed attempt onfix/selectors-api-use-in-duotone
.[2023-03-30T04:35:50.634Z]
Test passed after 1 failed attempt onfix/post-title-padding-when-root-padding-aware-alignments-are-in-use
.[2023-03-30T05:46:50.067Z]
Test passed after 1 failed attempt ontry/tweak-styling-of-list-view-drop-indicator-line
.[2023-03-30T07:47:05.360Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-30T11:23:55.134Z]
Test passed after 1 failed attempt onadd-block-selector-docs
.[2023-03-30T11:24:12.195Z]
Test passed after 1 failed attempt onadd/automatted-tests-for-nav-offcanvas
.[2023-03-30T12:11:26.382Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-30T12:51:41.853Z]
Test passed after 1 failed attempt ontry/block-tools-marry-document-tools
.[2023-03-30T19:46:58.431Z]
Test passed after 1 failed attempt ontry/icon-updates
.[2023-03-31T00:42:07.145Z]
Test passed after 1 failed attempt ontry/tweak-styling-of-list-view-drop-indicator-line
.[2023-03-31T03:30:04.909Z]
Test passed after 1 failed attempt ontry/show-child-controls
.[2023-03-31T03:46:14.454Z]
Test passed after 1 failed attempt ontry/show-child-controls
.[2023-03-31T04:21:07.468Z]
Test passed after 1 failed attempt ontry/minimal-margin
.[2023-03-31T04:54:19.488Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-31T05:52:04.315Z]
Test passed after 1 failed attempt ontrunk
.[2023-03-31T06:17:43.440Z]
Test passed after 1 failed attempt ontry/minimal-margin
.[2023-03-31T09:37:02.597Z]
Test passed after 1 failed attempt onadd/root-client-id-to-list-view
.[2023-03-31T11:43:27.131Z]
Test passed after 1 failed attempt onupdate/hide-page-list-on-single-page-list-menus
.[2023-03-31T13:35:11.616Z]
Test passed after 1 failed attempt onrnmobile/remove-keyboard-aware-flatlist
.[2023-03-31T14:28:00.155Z]
Test passed after 1 failed attempt ontry/footnotes-again
.[2023-04-01T02:35:18.155Z]
Test passed after 1 failed attempt ontweak/simplify-remove-block-label
.[2023-04-02T03:14:01.025Z]
Test passed after 1 failed attempt ondoc/fix-redirect-support-url
.[2023-04-02T06:30:21.893Z]
Test passed after 1 failed attempt onmedia-text/fix-deprecation-v2
.[2023-04-03T03:50:58.292Z]
Test passed after 1 failed attempt ontry/minimal-margin
.[2023-04-03T09:55:55.658Z]
Test passed after 1 failed attempt onadd/commands
.[2023-04-03T17:39:22.580Z]
Test passed after 1 failed attempt ontweak/simplify-remove-block-label
.[2023-04-04T09:22:50.643Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-04T11:07:02.742Z]
Test passed after 1 failed attempt onfix/fallback-not-rendering
.[2023-04-04T12:02:41.343Z]
Test passed after 1 failed attempt onadd/unit-test-against-current-wp-minus-one
.[2023-04-04T16:03:38.094Z]
Test passed after 1 failed attempt onupdate/list-view-aria-attributes
.[2023-04-04T16:07:19.836Z]
Test passed after 1 failed attempt ontry/radix-dropdown
.[2023-04-04T18:15:32.837Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-05T02:19:10.326Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-05T07:52:27.416Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-05T08:07:49.281Z]
Test passed after 1 failed attempt ontry/reduce-spacing-in-nested-list-view-items
.[2023-04-05T13:33:57.607Z]
Test passed after 1 failed attempt onadd/playwright-undo
.[2023-04-05T15:03:00.358Z]
Test passed after 1 failed attempt onrnmobile/use-editor-canvas-margins-hook
.[2023-04-05T16:40:55.928Z]
Test passed after 1 failed attempt onfeature/update-release-issue-template
.[2023-04-05T16:49:18.798Z]
Test passed after 1 failed attempt ontest/changelog-ci
.[2023-04-05T19:37:06.353Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-06T09:56:32.841Z]
Test passed after 1 failed attempt onadd/commands
.[2023-04-06T14:24:57.708Z]
Test passed after 1 failed attempt onrefactor/lodash-map-values-block-library
.[2023-04-06T14:34:19.945Z]
Test passed after 1 failed attempt onrefactor/lodash-map-values-block-library
.[2023-04-06T14:35:30.923Z]
Test passed after 1 failed attempt ontry/block-tools-invade-document-tools
.[2023-04-06T15:06:15.437Z]
Test passed after 1 failed attempt onrefactor/lodash-map-values-block-editor
.[2023-04-07T02:16:32.803Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-07T08:30:32.718Z]
Test passed after 1 failed attempt onadd/font-face-tech
.[2023-04-07T15:16:10.863Z]
Test passed after 1 failed attempt onadd/commands-nesting
.[2023-04-07T19:47:14.171Z]
Test passed after 1 failed attempt onfix/multiple-tooltips-on-navigable-toolbar
.[2023-04-08T12:28:45.526Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-10T09:41:49.378Z]
Test passed after 1 failed attempt onupdate/keyboard-shortcut-command-center
.[2023-04-10T12:28:05.688Z]
Test passed after 1 failed attempt onupdate/command-center-design
.[2023-04-10T12:32:10.390Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-10T17:16:44.013Z]
Test passed after 1 failed attempt ontest-changelog-ci-changes
.[2023-04-10T19:08:43.035Z]
Test passed after 1 failed attempt onrnmobil/add-viewport-props-to-sandbox
.[2023-04-10T20:21:06.748Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-11T02:24:38.880Z]
Test passed after 1 failed attempt onfix/time-to-read-translate
.[2023-04-11T04:31:22.450Z]
Test passed after 1 failed attempt onupdate/fluid-typography-calculate-min-font-size
.[2023-04-11T12:50:45.851Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-11T19:47:19.069Z]
Test passed after 1 failed attempt ontry/block-tools-invade-document-tools
.[2023-04-11T21:29:25.707Z]
Test passed after 1 failed attempt ontest/expand-multi-line-block-tests
.[2023-04-12T10:51:06.824Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-12T16:10:06.612Z]
Test passed after 1 failed attempt onupdate/reakit
.[2023-04-12T17:55:11.736Z]
Test passed after 1 failed attempt ontrunk
.[2023-04-12T17:56:53.987Z]
Test passed after 1 failed attempt onwp/latest
.[2023-04-12T20:27:40.918Z]
Test passed after 1 failed attempt onadd/site-icon-animation-in-frame
.[2023-04-13T04:52:38.600Z]
Test passed after 1 failed attempt ontry/moving-create-new-post-link-to-inspector
.[2023-04-19T20:10:04.679Z]
Test passed after 1 failed attempt onupdate/reakit
.The text was updated successfully, but these errors were encountered: