-
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] zoom animation #52381
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
Jul 6, 2023
github-actions bot
referenced
this issue
Jul 6, 2023
* Add media button to native header toolbar * Add other media button types * Display media inserter buttons when no block is selected * Add insertBlocks function to Header Toolbar * Use const instead of function for renderMediaButtons * Remove inline function for onInsertBlock * Update header toolbar media block insertion method * Update media toolbar insertion tests * Update media toolbar insertion tests * Update visual-editor test with Media Toolbar insertion tests * Fix typo in Gallery block test * Update visual editor tests to use toBeVisible when selecting Media Toolbar buttons * Update Visual Editor gallery block selector * Wrap Media Inserter toolbar buttons in ToolbarGroup * Remove iOS ActionSheet conditional from Visual Editor test * Update CHANGELOG --------- Co-authored-by: Gerardo <gerardo.pacheco@automattic.com>
github-actions bot
referenced
this issue
Jul 6, 2023
* Remove BlockMobileToolbar * Refactor BlockSettingsButton * Update BlockToolbar with new order for buttons * Clean up BlockMobileToolbar refactor * Update EditorPage with new swipeToolbarToElement and updates removeBlock, toggleFormatting and addBlock helpers * Update E2E Tests * Update BlockList to remove inline block settings options * Update Gallery test * Update BlockDraggable test * Update BlockMover * EditorPage utils - Update swipeToolbarToElement to take into account swiping to the right
This was referenced Jul 7, 2023
github-actions bot
referenced
this issue
Jul 7, 2023
* test: Enable `jest-watch-typeahead` for native tests Allow filtering test by file or test name while in watch mode. This matches existing configuration for the web tests. * test: Refactor Jest configuration to fix file name filter regex Previously, Jest was executed from within a nested directory. Doing so caused the regex patterns used for the `jest-watch-typeahead` to break, as the `../../` would be erroneously included in the file name.
This was referenced Jul 9, 2023
github-actions bot
referenced
this issue
Jul 10, 2023
* Footnotes: show in inserter and placehold * Fix placeholder block membrane; fix copy; add icon, label --------- Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
github-actions bot
referenced
this issue
Jul 11, 2023
* test: Test multiple text entry editor history Expand editor history tests to cover entering text over multiple history entries. * test: List split and merge Expand tests to cover splitting lists and merging with paragraphs. * test: Highlight text with selection * test: Update inline comments The to-do note is not possible for formatted strings that result in inner HTML tags within the text input. This is because the `typeInRichText` helper does not support parsing inner HTML tags, only outer tags. This results in inaccurate cursor placement as the tags occupy indexes within the string, so the target index is off given it is based upon the visual position, i.e. the position in the rendered version of the parsed HTML, rather than the literal position in the string, i.e. taking into account what positions are occupied by HTML tags. If we want to test typing after applying formats, we should likely use e2e tests. * test: Remove redundant selectRangeInRichText argument The helper defaults to passing the second parameter (`start`) as the third parameter (`end`). Co-authored-by: Carlos Garcia <fluiddot@gmail.com> * test: Fix editor history test compatibility with new UI The undo and redo buttons relocated out of the editor and into the host app in c428fd4. * test: Wrap undo and redo actions in act to avoid warnings The undo and redo actions result in state changes for the editor, which lead to `act` warnings in the tests. This wraps the actions in `act` so that warnings are suppressed. These new undo and redo actions were introduced in c428fd4. --------- Co-authored-by: Carlos Garcia <fluiddot@gmail.com>
This was referenced Jul 12, 2023
github-actions bot
referenced
this issue
Jul 12, 2023
* Trim footnote anchors from excerpts * Add comments, fix spacing, appease linter
This was referenced Jul 12, 2023
This was referenced Jul 25, 2023
github-actions bot
referenced
this issue
Jul 26, 2023
Co-authored-by: Glen Davies <glen.davies@automattic.com>
This was referenced Jul 26, 2023
github-actions bot
referenced
this issue
Jul 26, 2023
* Experimental: Fix TinyMCE removal for heartbeat requests * intval => absint Post IDs are supposed to be non-negative integers. Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com> * get_post() cannot return a WP_Error --------- Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
This was referenced Jul 26, 2023
github-actions bot
referenced
this issue
Jul 26, 2023
* Footnotes: disable based on post type * Address feedback * Fix typo * Format: disable if block is not registered * Lock usesContext api * Use Symbol instead of Math.random
This was referenced Jul 26, 2023
Merged
github-actions bot
referenced
this issue
Jul 27, 2023
* Update changelog automation to work with consolidated a11y labels * Make accessibility a top section in the changelog automation * Update changelog.js * Update changelog.js * Update test fixtures
This was referenced Jul 27, 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
Sep 4, 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
zoom animation
Test path
/test/e2e/specs/editor/blocks/image.spec.js
Errors
[2023-07-06T14:55:12.060Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-06T17:05:57.029Z]
Test passed after 2 failed attempts onfix-nav-colors
.[2023-07-06T17:07:43.412Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-07T00:20:48.981Z]
Test passed after 1 failed attempt onupdate/minimal-npm-upgrade
.[2023-07-07T02:40:43.920Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-07T13:02:52.014Z]
Test passed after 2 failed attempts onfix/resolver-resolution-status-key
.[2023-07-07T14:15:16.644Z]
Test passed after 1 failed attempt onfix/document-title-icon
.[2023-07-07T15:51:36.306Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-07T17:38:57.404Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-09T16:09:15.894Z]
Test passed after 1 failed attempt onfix/52411-kebab-case
.[2023-07-10T03:03:24.792Z]
Test passed after 1 failed attempt ontry/list-for-patterns
.[2023-07-10T03:39:37.169Z]
Test passed after 1 failed attempt ontry/list-for-patterns
.[2023-07-10T11:21:18.859Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-10T15:58:19.426Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-11T03:15:57.410Z]
Test passed after 1 failed attempt onadd/patterns-list-sync-status
.[2023-07-11T04:01:00.810Z]
Test passed after 1 failed attempt onadd/patterns-list-sync-status
.[2023-07-11T04:41:25.552Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-11T07:03:59.006Z]
Test passed after 1 failed attempt onupdate/library-category-screen-reader
.[2023-07-11T20:39:14.660Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-12T01:10:03.733Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-12T01:20:39.308Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-12T01:45:42.149Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-12T02:04:37.463Z]
Test passed after 1 failed attempt onupdate/patterns-list-pagination
.[2023-07-12T04:13:12.340Z]
Test passed after 1 failed attempt onupdate/patterns-list-pagination
.[2023-07-12T08:16:37.456Z]
Test passed after 1 failed attempt onupdate/post-navigation-link
.[2023-07-12T14:33:16.522Z]
Test passed after 2 failed attempts onrefactor/playwright-performance-tests-p2
.[2023-07-12T16:02:55.857Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-12T16:33:28.467Z]
Test passed after 1 failed attempt onrelease/16.2
.[2023-07-12T16:44:33.929Z]
Test passed after 2 failed attempts onfix-nav-colors
.[2023-07-12T18:16:42.459Z]
Test passed after 1 failed attempt onadd/interactivity-api-feature-filter
.[2023-07-12T18:44:18.908Z]
Test passed after 2 failed attempts ontweak/reusable-block-notice
.[2023-07-12T18:45:47.528Z]
Test passed after 1 failed attempt onadd/interactivity-api-feature-filter
.[2023-07-12T21:18:09.529Z]
Test passed after 1 failed attempt onfix/resizable-frame-keyboard
.[2023-07-13T02:03:16.617Z]
Test passed after 1 failed attempt onupdate/patterns-list-pagination
.[2023-07-13T03:14:25.898Z]
Test passed after 1 failed attempt onupdate/patterns-list-pagination
.[2023-07-13T12:14:48.068Z]
Test passed after 1 failed attempt onfix/improve-error-handling-in-classic-conversion-hook
.[2023-07-13T14:28:49.847Z]
Test passed after 2 failed attempts onfix/link-ui-settings-open-state
.[2023-07-13T20:05:47.150Z]
Test passed after 1 failed attempt onfix/52411-kebab-case
.[2023-07-13T20:11:31.970Z]
Test passed after 1 failed attempt onadd/ariakit-tabs
.[2023-07-13T22:47:28.321Z]
Test passed after 1 failed attempt onfix-wp-data-promise-return-type
.[2023-07-14T01:05:15.219Z]
Test passed after 1 failed attempt onfix-wp-data-promise-return-type
.[2023-07-14T14:25:52.404Z]
Test passed after 1 failed attempt onfix/trash-not-delete-pages
.[2023-07-14T14:37:25.754Z]
Test passed after 2 failed attempts onfix-dont-ignore-interactivity-files-in-webpack
.[2023-07-14T15:23:00.259Z]
Test passed after 2 failed attempts onfix-dont-ignore-interactivity-files-in-webpack
.[2023-07-17T06:38:25.154Z]
Test passed after 1 failed attempt ontry/show-template-toggle
.[2023-07-17T06:59:37.985Z]
Test passed after 1 failed attempt onadd/layout-api-docs
.[2023-07-17T12:23:07.574Z]
Test passed after 2 failed attempts onfix/edit-site-save-panel-selector
.[2023-07-17T19:47:28.057Z]
Test passed after 1 failed attempt ontry/auto-inserting-blocks-in-editor-via-rest-api
.[2023-07-18T01:40:23.561Z]
Test passed after 1 failed attempt onupdate/backport-footnote-trim-from-core
.[2023-07-18T03:05:32.675Z]
Test passed after 1 failed attempt onupdate/backport-footnote-trim-from-core
.[2023-07-18T05:20:57.769Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-18T13:04:21.405Z]
Test passed after 2 failed attempts onautomation/auto-label-prs
.[2023-07-18T17:06:33.883Z]
Test passed after 1 failed attempt onimprove/visual-editor-disabled-message
.[2023-07-18T18:07:14.518Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-18T19:44:12.587Z]
Test passed after 1 failed attempt onexperiment/extend-behaviors-settings
.[2023-07-19T03:45:28.274Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-19T06:32:13.436Z]
Test passed after 1 failed attempt onupdate/global-styles-revisions-change-private-methods-vars-protected
.[2023-07-19T09:18:02.384Z]
Test passed after 1 failed attempt ontry/fn-revision
.[2023-07-19T10:02:48.432Z]
Test passed after 2 failed attempts ontry/fn-revision
.[2023-07-19T11:02:37.412Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-19T12:36:24.757Z]
Test passed after 2 failed attempts ontry/fn-revision
.[2023-07-19T12:43:28.576Z]
Test passed after 1 failed attempt onfix/52680
.[2023-07-19T13:05:38.151Z]
Test passed after 1 failed attempt onexperiment/extend-behaviors-settings
.[2023-07-19T13:30:28.334Z]
Test passed after 1 failed attempt onenhancement/patterns-sticky-header
.[2023-07-19T13:56:49.672Z]
Test passed after 1 failed attempt onenhancement/patterns-sticky-header
.[2023-07-19T15:32:03.809Z]
Test passed after 1 failed attempt onfix/obscured-document-actions
.[2023-07-19T21:33:57.377Z]
Test passed after 1 failed attempt onfix/52680
.[2023-07-19T21:42:49.044Z]
Test passed after 1 failed attempt onupdate/dont-request-fallback
.[2023-07-20T04:12:45.487Z]
Test passed after 1 failed attempt onrnmobile/release_1.100.0
.[2023-07-20T06:06:24.325Z]
Test passed after 1 failed attempt onupdate/reinstate-template-parts-mode-spec
.[2023-07-20T06:34:32.489Z]
Test passed after 1 failed attempt onupdate/reinstate-template-parts-mode-spec
.[2023-07-20T11:10:35.357Z]
Test passed after 1 failed attempt onupdate/global-styles-revisions-change-private-methods-vars-protected
.[2023-07-20T11:38:19.077Z]
Test passed after 1 failed attempt onrnmobile/add/wp-hook-post-register-core-blocks
.[2023-07-20T12:28:19.269Z]
Test passed after 1 failed attempt onrefactor/show-movers-hook
.[2023-07-20T13:05:13.982Z]
Test passed after 1 failed attempt onrefactor/show-movers-hook
.[2023-07-20T13:46:00.450Z]
Test passed after 1 failed attempt onrefactor/show-movers-hook
.[2023-07-20T18:44:25.862Z]
Test passed after 1 failed attempt onadd/defer-script-loading-strategy
.[2023-07-20T19:06:55.687Z]
Test passed after 1 failed attempt onrefactor/navigation-title-usage
.[2023-07-20T22:59:37.186Z]
Test passed after 1 failed attempt onfix/52680
.[2023-07-21T07:02:31.331Z]
Test passed after 1 failed attempt onfix/image-block-deprecation
.[2023-07-21T11:25:03.485Z]
Test passed after 1 failed attempt one2e-migration-link-tests
.[2023-07-21T11:41:14.560Z]
Test passed after 1 failed attempt onupdate/post-navigation-link
.[2023-07-24T06:21:58.246Z]
Test passed after 1 failed attempt onfix/distraction-free-notices-in-site-editor
.[2023-07-24T06:47:48.422Z]
Test passed after 1 failed attempt onfix/distraction-free-notices-in-site-editor
.[2023-07-24T10:03:50.361Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-24T10:14:44.482Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-24T11:12:15.957Z]
Test passed after 2 failed attempts onfix/core-php-errors
.[2023-07-24T13:12:57.574Z]
Test passed after 1 failed attempt onfix/use-secure-password-input-missing-label
.[2023-07-24T15:04:56.774Z]
Test passed after 1 failed attempt onfix/template-parts-mode-sidebar
.[2023-07-24T15:37:07.016Z]
Test passed after 1 failed attempt onblock-json-behaviors-schemas
.[2023-07-24T16:09:43.653Z]
Test passed after 1 failed attempt onfix/template-parts-mode-sidebar
.[2023-07-24T17:00:26.712Z]
Test passed after 2 failed attempts onautomation/a11y-label-consolidation
.[2023-07-24T17:38:40.738Z]
Test passed after 2 failed attempts onautomation/a11y-label-consolidation
.[2023-07-24T17:47:17.754Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-24T22:16:13.205Z]
Test passed after 2 failed attempts onupdate/patterns-quick-inserter
.[2023-07-24T23:27:36.890Z]
Test passed after 1 failed attempt onfix/useEntityBlockEditor
.[2023-07-25T00:23:52.676Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-25T00:34:47.965Z]
Test passed after 1 failed attempt onfix/restore-go-to-parent
.[2023-07-25T01:37:03.477Z]
Test passed after 2 failed attempts onupdate/inserter-merge-patterns-tabs
.[2023-07-25T02:29:03.731Z]
Test passed after 2 failed attempts onrnmobile/verse-block-soft-return
.[2023-07-25T03:45:18.867Z]
Test passed after 1 failed attempt onupdate/patterns-quick-inserter
.[2023-07-25T03:56:14.100Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-25T04:08:45.708Z]
Test passed after 1 failed attempt onfix/restore-go-to-parent
.[2023-07-25T04:14:42.872Z]
Test passed after 1 failed attempt onupdate/patterns-quick-inserter
.[2023-07-25T04:17:22.992Z]
Test passed after 2 failed attempts onresizable-frame-viewport
.[2023-07-25T04:51:22.678Z]
Test passed after 2 failed attempts onresizable-frame-viewport
.[2023-07-25T05:20:31.451Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-25T08:18:23.595Z]
Test passed after 1 failed attempt onfix/useEntityBlockEditor
.[2023-07-25T09:08:10.496Z]
Test passed after 1 failed attempt onupdate/line-height-step
.[2023-07-25T10:25:41.644Z]
Test passed after 1 failed attempt ontry/auto-inserting-blocks-in-editor-via-rest-api
.[2023-07-25T13:20:03.628Z]
Test passed after 1 failed attempt oni11y/remove-hyphen-from-hex-value
.[2023-07-25T13:29:49.193Z]
Test passed after 1 failed attempt onfix/tinymce-heartbeat-requests
.[2023-07-25T13:43:59.252Z]
Test passed after 1 failed attempt ontry/fonts-library-backend
.[2023-07-25T13:59:02.454Z]
Test passed after 1 failed attempt onfix/tinymce-heartbeat-requests
.[2023-07-25T14:31:53.065Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-25T14:36:45.766Z]
Test passed after 1 failed attempt oni11y/remove-hyphen-from-hex-value
.[2023-07-25T15:20:08.766Z]
Test passed after 1 failed attempt onfeature/add-examples-for-core-data
.[2023-07-25T15:30:29.880Z]
Test passed after 1 failed attempt ontry/auto-inserting-blocks-in-editor-via-rest-api
.[2023-07-25T15:32:17.029Z]
Test passed after 1 failed attempt onadd/aria-activedescendant-to-commands
.[2023-07-25T15:35:38.874Z]
Test passed after 1 failed attempt ontest/fix-cover-block-color-picker
.[2023-07-25T16:15:43.665Z]
Test passed after 2 failed attempts ontry/auto-inserting-blocks-in-editor-via-rest-api
.[2023-07-25T16:19:16.533Z]
Test passed after 1 failed attempt ontest/fix-cover-block-color-picker
.[2023-07-25T16:52:33.866Z]
Test passed after 1 failed attempt ontest/fix-cover-block-color-picker
.[2023-07-25T17:26:36.889Z]
Test passed after 1 failed attempt onfix/list-multi-select-enter
.[2023-07-25T18:19:52.515Z]
Test passed after 1 failed attempt onadd/ariakit-tabs
.[2023-07-25T19:56:29.872Z]
Test passed after 2 failed attempts onfix/modal-focus-return
.[2023-07-25T21:36:45.064Z]
Test passed after 2 failed attempts onfix/modal-focus-return
.[2023-07-25T22:31:25.293Z]
Test passed after 1 failed attempt oncomponents-ui-cleanup
.[2023-07-25T23:15:45.367Z]
Test passed after 1 failed attempt onfix/list-multi-select-enter
.[2023-07-26T00:28:23.793Z]
Test passed after 2 failed attempts onfix/patterns-scrollbar-flickering
.[2023-07-26T00:58:25.999Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-26T01:50:06.192Z]
Test passed after 2 failed attempts ontry/auto-inserting-blocks-in-editor-via-rest-api
.[2023-07-26T04:48:47.243Z]
Test passed after 1 failed attempt ontry/add-template-part-details
.[2023-07-26T05:56:47.849Z]
Test passed after 1 failed attempt ontry/add-template-part-details
.[2023-07-26T06:26:22.008Z]
Test passed after 1 failed attempt ontry/add-template-part-details
.[2023-07-26T08:20:59.506Z]
Test passed after 1 failed attempt onfix/classic-block-compat-warnings
.[2023-07-26T08:43:42.420Z]
Test passed after 1 failed attempt onfix/use-secure-password-input-missing-label
.[2023-07-26T09:05:30.500Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-26T09:19:41.989Z]
Test passed after 2 failed attempts onfix/tinymce-removal-handle-freeform
.[2023-07-26T09:45:18.284Z]
Test passed after 2 failed attempts ontrunk
.[2023-07-26T14:07:05.402Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-26T14:17:43.591Z]
Test passed after 1 failed attempt ontry/pr-labels-use-different-token
.[2023-07-26T15:30:39.049Z]
Test passed after 2 failed attempts ontry/enforce-prs-use-pull_request_target
.[2023-07-26T17:16:02.877Z]
Test passed after 1 failed attempt ontry/bump-php-to-70
.[2023-07-26T17:48:13.582Z]
Test passed after 1 failed attempt ontry/bump-php-to-70
.[2023-07-26T21:01:17.278Z]
Test passed after 1 failed attempt ontry/merge-consecutive-lists
.[2023-07-26T21:33:22.666Z]
Test passed after 1 failed attempt ontry/use-detach-text-not-icon
.[2023-07-26T22:21:35.217Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-26T22:54:21.198Z]
Test passed after 1 failed attempt onadd/ariakit-tooltip
.[2023-07-27T02:13:41.657Z]
Test passed after 1 failed attempt ontry/add-template-part-details
.[2023-07-27T06:08:10.609Z]
Test passed after 1 failed attempt onfix/application-of-border-styles-globally
.[2023-07-27T06:20:55.795Z]
Test passed after 1 failed attempt ontry/footnotes-disallow-in-patterns-prevent-duplication
.[2023-07-27T06:46:24.304Z]
Test passed after 1 failed attempt onfix/application-of-border-styles-globally
.[2023-07-27T06:48:58.120Z]
Test passed after 1 failed attempt onfix/canvas-mode-url-sync
.[2023-07-27T07:58:37.766Z]
Test passed after 1 failed attempt onrnmobile/non-functioning-gallery-caption-button
.[2023-07-27T08:37:50.050Z]
Test passed after 1 failed attempt onrnmobile/non-functioning-gallery-caption-button
.[2023-07-27T10:15:04.665Z]
Test passed after 1 failed attempt onfix/52216
.[2023-07-27T10:57:09.851Z]
Test passed after 1 failed attempt ontrunk
.[2023-07-27T12:14:46.814Z]
Test passed after 1 failed attempt onimprove/visual-editor-disabled-message
.[2023-07-27T13:53:34.045Z]
Test passed after 1 failed attempt onrefactor/playwright-performance-tests-p2
.[2023-07-27T14:19:02.941Z]
Test passed after 2 failed attempts onfix/test-themes-folder-permissions
.[2023-07-27T15:05:47.860Z]
Test passed after 1 failed attempt ondocs/block-api-v3
.[2023-07-27T15:21:33.073Z]
Test passed after 1 failed attempt ontry/fonts-library-backend
.[2023-07-27T18:05:29.524Z]
Test passed after 1 failed attempt onadd/progress-bar-component
.[2023-07-28T06:44:34.744Z]
Test passed after 1 failed attempt ondocs/block-api-v3
.[2023-07-31T21:01:35.480Z]
Test passed after 1 failed attempt oncomponents-ui-cleanup
.[2023-08-04T14:48:59.021Z]
Test passed after 1 failed attempt ontry/merge-consecutive-lists
.The text was updated successfully, but these errors were encountered: