-
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] create a new pattern #54983
Labels
[Status] In Progress
Tracking issues with work in progress
[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
Oct 2, 2023
github-actions bot
referenced
this issue
Oct 2, 2023
- @wordpress/a11y@3.42.3 - @wordpress/annotations@2.42.3 - @wordpress/api-fetch@6.39.3 - @wordpress/autop@3.42.3 - @wordpress/babel-plugin-import-jsx-pragma@4.25.3 - @wordpress/babel-plugin-makepot@5.26.3 - @wordpress/babel-preset-default@7.26.3 - @wordpress/base-styles@4.33.3 - @wordpress/blob@3.42.3 - @wordpress/block-directory@4.19.3 - @wordpress/block-editor@12.10.3 - @wordpress/block-library@8.19.3 - @wordpress/block-serialization-default-parser@4.42.3 - @wordpress/block-serialization-spec-parser@4.42.3 - @wordpress/blocks@12.19.3 - @wordpress/browserslist-config@5.25.3 - @wordpress/commands@0.13.3 - @wordpress/components@25.8.3 - @wordpress/compose@6.19.3 - @wordpress/core-commands@0.11.3 - @wordpress/core-data@6.19.3 - @wordpress/create-block@4.26.3 - @wordpress/create-block-interactive-template@1.5.3 - @wordpress/create-block-tutorial-template@2.30.3 - @wordpress/customize-widgets@4.19.3 - @wordpress/data@9.12.3 - @wordpress/data-controls@3.11.3 - @wordpress/date@4.42.3 - @wordpress/dependency-extraction-webpack-plugin@4.25.3 - @wordpress/deprecated@3.42.3 - @wordpress/docgen@1.51.3 - @wordpress/dom@3.42.3 - @wordpress/dom-ready@3.42.3 - @wordpress/e2e-test-utils@10.13.3 - @wordpress/e2e-test-utils-playwright@0.10.3 - @wordpress/e2e-tests@7.13.3 - @wordpress/edit-post@7.19.3 - @wordpress/edit-site@5.19.3 - @wordpress/edit-widgets@5.19.3 - @wordpress/editor@13.19.3 - @wordpress/element@5.19.3 - @wordpress/env@8.8.3 - @wordpress/escape-html@2.42.3 - @wordpress/eslint-plugin@16.0.3 - @wordpress/format-library@4.19.3 - @wordpress/hooks@3.42.3 - @wordpress/html-entities@3.42.3 - @wordpress/i18n@4.42.3 - @wordpress/icons@9.33.3 - @wordpress/interactivity@2.3.3 - @wordpress/interface@5.19.3 - @wordpress/is-shallow-equal@4.42.3 - @wordpress/jest-console@7.13.3 - @wordpress/jest-preset-default@11.13.3 - @wordpress/jest-puppeteer-axe@6.13.3 - @wordpress/keyboard-shortcuts@4.19.3 - @wordpress/keycodes@3.42.3 - @wordpress/lazy-import@1.29.3 - @wordpress/list-reusable-blocks@4.19.3 - @wordpress/media-utils@4.33.3 - @wordpress/notices@4.10.3 - @wordpress/npm-package-json-lint-config@4.27.3 - @wordpress/nux@8.4.3 - @wordpress/patterns@1.3.3 - @wordpress/plugins@6.10.3 - @wordpress/postcss-plugins-preset@4.26.3 - @wordpress/postcss-themes@5.25.3 - @wordpress/preferences@3.19.3 - @wordpress/preferences-persistence@1.34.3 - @wordpress/prettier-config@2.25.3 - @wordpress/primitives@3.40.3 - @wordpress/priority-queue@2.42.3 - @wordpress/private-apis@0.24.3 - @wordpress/project-management-automation@1.41.3 - @wordpress/react-i18n@3.40.3 - @wordpress/readable-js-assets-webpack-plugin@2.25.3 - @wordpress/redux-routine@4.42.3 - @wordpress/reusable-blocks@4.19.3 - @wordpress/rich-text@6.19.3 - @wordpress/router@0.11.3 - @wordpress/scripts@26.13.3 - @wordpress/server-side-render@4.19.3 - @wordpress/shortcode@3.42.3 - @wordpress/style-engine@1.25.3 - @wordpress/stylelint-config@21.25.3 - @wordpress/sync@0.4.3 - @wordpress/token-list@2.42.3 - @wordpress/undo-manager@0.2.3 - @wordpress/url@3.43.3 - @wordpress/viewport@5.19.3 - @wordpress/warning@2.42.3 - @wordpress/widgets@3.19.3 - @wordpress/wordcount@3.42.3
github-actions bot
referenced
this issue
Oct 4, 2023
* Migrate 'Global styles sidebar' test to Playwright * Remove old test file
github-actions bot
referenced
this issue
Oct 5, 2023
* If current theme is not a block theme add a default value for $background_color and $close_button_color. * Set lightbox buttons' background & border to none on hover & focus * Change logic to support lightbox in classic themes * Update logic to avoid unnecessary calls * Add style fixes * Remove unnecessary code * Fix close button color --------- Co-authored-by: Mario Santos <santosguillamot@gmail.com> Co-authored-by: Ricardo Artemio Morales <ric.morales22@gmail.com>
This was referenced Oct 6, 2023
github-actions bot
referenced
this issue
Oct 11, 2023
* Apply the classname prop to `ToolsPanelItem` only when it s not a placeholder * Color Gradient panel: use new selctors to select first and last items * Add fallback for browsers not yet supporting the `:has()` selector * Use nth-child notation instead of :has and sibling selector * CHANGELOG
This was referenced Oct 11, 2023
github-actions bot
referenced
this issue
Oct 12, 2023
… is given. (#55217) * Template Part block: Fall back to current theme if no theme attribute is given. * Remove now unnecessary _inject_theme_attribute_in_template_part_block() call from pattern block. --------- Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl> Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com> Co-authored-by: Felix Arntz <felixarntz@google.com>
This was referenced Oct 12, 2023
This was referenced Oct 24, 2023
This was referenced Nov 1, 2023
github-actions bot
referenced
this issue
Nov 6, 2023
In the Template Part block's `render` method, use `_build_block_template_result_from_post()` to build a `WP_Block_Template` object instead of doing the same "post-processing" in a manual way.
This was referenced Nov 7, 2023
This issue has gone 15 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
Nov 29, 2023
github-actions bot
referenced
this issue
Dec 28, 2023
…le. (#57402) * Make increment and decrement buttons keyboard accessible. * Fix typo in documentation. * Add changelog entry.
github-actions
bot
removed
the
[Status] Stale
Gives the original author opportunity to update before closing. Can be reopened as needed.
label
Dec 29, 2023
@kevin940726, the See: https://github.com/WordPress/gutenberg/actions/runs/7346937302 |
github-actions
bot
added
the
[Status] In Progress
Tracking issues with work in progress
label
Jan 11, 2024
github-actions bot
referenced
this issue
May 20, 2024
Co-authored-by: ellatrix <ellatrix@git.wordpress.org> Co-authored-by: priethor <priethor@git.wordpress.org> Co-authored-by: vcanales <vcanales@git.wordpress.org>
This issue has gone 15 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
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Status] In Progress
Tracking issues with work in progress
[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
Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.
Test title
create a new pattern
Test path
/test/e2e/specs/site-editor/patterns.spec.js
Errors
[2023-10-02T18:18:29.304Z]
Test passed after 1 failed attempt onwp/6.4
.[2023-10-03T14:36:06.469Z]
Test passed after 1 failed attempt onfix/allow-render-html-in-post-titles
.[2023-10-04T18:16:32.236Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-04T20:36:39.301Z]
Test passed after 1 failed attempt onrnmobile/apppium-2
.[2023-10-04T21:25:31.777Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-05T09:06:49.857Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-06T14:40:21.532Z]
Test passed after 1 failed attempt onchore/skip-flaky-autocomplete-test
.[2023-10-07T03:46:34.928Z]
Test passed after 1 failed attempt onchore/skip-flaky-autocomplete-test
.[2023-10-08T19:37:36.798Z]
Test passed after 1 failed attempt ontry/color-picker-dropdown-backdrop
.[2023-10-10T14:59:18.144Z]
Test passed after 1 failed attempt onupdate/sort-property-name
.[2023-10-10T19:46:18.102Z]
Test passed after 1 failed attempt onfix/arrow-nav-synced-patter
.[2023-10-11T14:33:57.076Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-11T16:25:24.438Z]
Test passed after 1 failed attempt on55224/migrate-DownloadableBlocksList
.[2023-10-12T01:55:05.938Z]
Test passed after 1 failed attempt onupdate/pattern-duplication
.[2023-10-12T09:53:35.549Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-12T14:13:48.429Z]
Test passed after 1 failed attempt ontrunk
.[2023-10-12T20:48:32.403Z]
Test passed after 1 failed attempt ontest/appium-update-utilities
.[2023-10-13T23:24:18.706Z]
Test passed after 1 failed attempt onrich-text/replace-named-character-references
.[2023-10-16T14:34:55.509Z]
Test passed after 1 failed attempt ontest/appium-update-utilities
.[2023-10-16T21:21:53.122Z]
Test passed after 1 failed attempt onfix/lightbox-trigger
.[2023-10-18T14:17:22.253Z]
Test passed after 1 failed attempt onfix/author-template-fallback
.[2023-10-18T14:46:08.814Z]
Test passed after 1 failed attempt onfix/refactor-font-family-api
.[2023-10-24T15:20:09.222Z]
Test passed after 1 failed attempt ontry-html-metadata
.[2023-10-31T10:01:10.613Z]
Test passed after 1 failed attempt onadd/media-text-featured-image
.[2023-11-01T11:37:59.086Z]
Test passed after 2 failed attempts onadd/groups-in-forms
.[2023-11-06T09:38:26.135Z]
Test passed after 1 failed attempt onadd/align-support-image-block
.[2023-11-06T15:27:26.905Z]
Test passed after 1 failed attempt onfix/merge-item-ids-in-queried-data
.[2023-11-06T15:28:52.319Z]
Test passed after 1 failed attempt ontrunk
.[2023-11-06T16:05:56.247Z]
Test passed after 1 failed attempt onfix/merge-item-ids-in-queried-data
.[2023-11-07T15:38:14.419Z]
Test passed after 1 failed attempt onenhance/improve-tabs-focus
.[2023-11-12T09:20:21.529Z]
Test passed after 1 failed attempt ontry/pass-rich-text-value-to-store
.[2023-12-28T11:14:21.823Z]
Test passed after 1 failed attempt ontrunk
.[2024-05-20T18:20:42.039Z]
Test passed after 1 failed attempt ontrunk
.The text was updated successfully, but these errors were encountered: