Skip to content
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] Sorting #64430

Closed
github-actions bot opened this issue Aug 12, 2024 · 0 comments · Fixed by #64776
Closed

[Flaky Test] Sorting #64430

github-actions bot opened this issue Aug 12, 2024 · 0 comments · Fixed by #64776
Labels
[Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Aug 12, 2024

Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.

Test title

Sorting

Test path

/test/e2e/specs/site-editor/new-templates-list.spec.js

Errors

[2024-08-12T08:39:41.838Z] Test passed after 1 failed attempt on trunk.
[2024-08-13T08:48:19.448Z] Test passed after 1 failed attempt on trunk.
[2024-08-13T10:04:57.824Z] Test passed after 1 failed attempt on try/inline-grid-visualizer.
[2024-08-13T17:01:56.037Z] Test passed after 1 failed attempt on trunk.
[2024-08-14T13:17:30.299Z] Test passed after 1 failed attempt on feat/stabilize-composite/pass-store-via-internal-context.
[2024-08-14T14:26:50.745Z] Test passed after 1 failed attempt on fix/custom-fields-not-updated-with-metaboxes.
[2024-08-14T17:35:35.443Z] Test passed after 1 failed attempt on fix/io-multi-select.
[2024-08-15T06:01:07.202Z] Test passed after 1 failed attempt on fix/style-engine-function-css-value-typing.
[2024-08-15T18:13:20.552Z] Test passed after 1 failed attempt on trunk.
[2024-08-16T02:18:08.857Z] Test passed after 1 failed attempt on trunk.
[2024-08-16T04:10:15.692Z] Test passed after 1 failed attempt on gallery/lightbox.
[2024-08-16T04:14:50.508Z] Test passed after 1 failed attempt on add/background-image-upload-loading.
[2024-08-16T15:55:43.879Z] Test passed after 1 failed attempt on trunk.
[2024-08-19T04:17:53.837Z] Test passed after 1 failed attempt on fix/block-toolbar-positioning.
[2024-08-20T10:19:42.534Z] Test passed after 1 failed attempt on fix/post-editor-bottom-padding.
[2024-08-20T12:05:07.820Z] Test passed after 1 failed attempt on add/header-component.
[2024-08-21T12:21:23.278Z] Test passed after 1 failed attempt on feat/dropdown-menu-v2/overloaded-naming.
[2024-08-22T09:13:50.931Z] Test passed after 1 failed attempt on add/double-click-to-exit-zoom-out-mode.
[2024-08-22T09:32:03.418Z] Test passed after 1 failed attempt on fix/composite-v2-storybook-docgen.
[2024-08-22T09:33:08.988Z] Test passed after 1 failed attempt on unit-select-styles.
[2024-08-23T11:06:43.194Z] Test passed after 1 failed attempt on experiment/do-not-allow-editing-bindings-meta-fields-opened.
[2024-08-25T02:25:45.659Z] Test passed after 1 failed attempt on try/columns-appender-on-parent.
[2024-08-25T15:55:43.047Z] Test passed after 1 failed attempt on fix/61447-add-experiment.
[2024-08-26T19:15:31.059Z] Test passed after 1 failed attempt on trunk.
[2024-08-29T08:38:00.469Z] Test passed after 1 failed attempt on fix/image-max-width-classic.
[2024-08-30T15:51:34.735Z] Test passed after 1 failed attempt on remove/wp-components-experimental-designation-for-alignmentmatrixcontrol.
[2024-09-03T08:52:22.694Z] Test passed after 1 failed attempt on add/categories-list-block-variations-for-taxonomies.
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)

Locator: getByRole('region', { name: 'Template', includeHidden: true }).getByRole('link', { includeHidden: true }).first()
Expected string: "Tag Archives"
Received: <element(s) not found>
Call log:
  - expect.toHaveText with timeout 5000ms
  - waiting for getByRole('region', { name: 'Template', includeHidden: true }).getByRole('link', { includeHidden: true }).first()

    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:41:30
@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Aug 12, 2024
github-actions bot referenced this issue Aug 12, 2024
Co-authored-by: luisherranz <luisherranz@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
Co-authored-by: atachibana <atachibana@git.wordpress.org>
github-actions bot referenced this issue Aug 13, 2024
#64441)

Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: sirreal <jonsurrell@git.wordpress.org>
Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
github-actions bot referenced this issue Aug 15, 2024
* remove $dark-theme-focus

* remove is-dark-theme outline color shift on block selection

* remove custom dark theme focus for nav link

* remove template part dark theme focus

Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
github-actions bot referenced this issue Aug 16, 2024
…4564)

Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
github-actions bot referenced this issue Aug 16, 2024
* NavigatorProvider: make goBack an alias for goToParent

* NavigatorBackButton: deprecate and ignore `goToParent` prop

* NavigatorBackButton: always call `goBack`

* Navigator: deprecate `goToParent` method

* NavigatorToParentButton: deprecate the component, make it an alias for NavigatorGoBackButton

* Add missing JSDocs for Navigator types

* Update README

* More docs additions

* Fix tests by assuming that even an invalid HTML path starts with '/'

* Add emphasis on the need for `path` to start with `/`

* Add deprecation warnings

* Update unit tests

* Add back README for deprecated component

* Add deprecation warning for `goToParent` function

* CHANGELOG

* Add more docs

* Typos

* Remove entirely the `goToParent` prop on `useNavigatorBackButton`

This can be done because its usage was actually only internal to the component

* Add deprecated APIs tests

* Remove extra import (thank you autocomplete)

---

Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Aug 24, 2024
github-actions bot referenced this issue Aug 26, 2024
…lly render Fills . (#64807)

* Add a conditionally rendering section to slotfill docs.

* Changes per peer review.

* Update docs/reference-guides/slotfills/README.md

Co-authored-by: Nick Diego <nick.diego@automattic.com>

---------

Co-authored-by: Nick Diego <nick.diego@automattic.com>
Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: ndiego <ndiego@git.wordpress.org>
@github-actions github-actions bot reopened this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Flaky Test Auto-generated flaky test report issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants