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] Animation selector should appear if Behavior is Lightbox #52371

Closed
github-actions bot opened this issue Jul 6, 2023 · 1 comment
Closed
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
Copy link

github-actions bot commented Jul 6, 2023

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

Test title

Animation selector should appear if Behavior is Lightbox

Test path

/test/e2e/specs/editor/blocks/image.spec.js

Errors

[2023-07-06T11:19:49.664Z] Test passed after 1 failed attempt on trunk.
[2023-07-11T02:36:56.918Z] Test passed after 1 failed attempt on add/patterns-list-sync-status.
[2023-07-11T09:23:05.126Z] Test passed after 1 failed attempt on update/locked-pattern-tooltips.
[2023-07-12T14:33:10.790Z] Test passed after 1 failed attempt on refactor/playwright-performance-tests-p2.
[2023-07-12T16:33:23.300Z] Test passed after 1 failed attempt on release/16.2.
[2023-07-13T11:31:19.397Z] Test passed after 2 failed attempts on rnmobile/update-mobile-toolbar-icons-and-color.
[2023-07-13T13:25:28.830Z] Test passed after 1 failed attempt on remove/REPLACE_INNER_BLOCKS.
[2023-07-13T14:49:53.309Z] Test passed after 1 failed attempt on remove/REPLACE_INNER_BLOCKS.
[2023-07-13T17:10:06.536Z] Test passed after 1 failed attempt on add/interactivity-api-feature-filter.
[2023-07-13T17:40:45.681Z] Test passed after 1 failed attempt on add/interactivity-api-feature-filter.
[2023-07-17T11:43:35.747Z] Test passed after 1 failed attempt on trunk.
[2023-07-18T01:40:18.910Z] Test passed after 1 failed attempt on update/backport-footnote-trim-from-core.
[2023-07-18T03:05:27.928Z] Test passed after 1 failed attempt on update/backport-footnote-trim-from-core.
[2023-07-18T05:20:50.975Z] Test passed after 1 failed attempt on trunk.
[2023-07-19T11:02:34.895Z] Test passed after 1 failed attempt on trunk.
[2023-07-19T15:28:41.579Z] Test passed after 1 failed attempt on release/16.3.
[2023-07-19T21:42:43.121Z] Test passed after 1 failed attempt on update/dont-request-fallback.
[2023-07-24T08:49:04.415Z] Test passed after 1 failed attempt on fix/core-php-errors.
[2023-07-24T11:12:12.165Z] Test passed after 2 failed attempts on fix/core-php-errors.
[2023-07-24T15:37:03.782Z] Test passed after 1 failed attempt on block-json-behaviors-schemas.
[2023-07-24T16:07:38.277Z] Test passed after 1 failed attempt on update/footnotes-link-color.
[2023-07-24T16:37:01.680Z] Test passed after 1 failed attempt on update/footnotes-link-color.
[2023-07-25T02:28:54.460Z] Test passed after 1 failed attempt on rnmobile/verse-block-soft-return.
[2023-07-25T11:59:40.771Z] Test passed after 1 failed attempt on automation/enforce-pr-labels.
[2023-07-25T14:31:49.887Z] Test passed after 1 failed attempt on trunk.
[2023-07-25T15:32:14.443Z] Test passed after 1 failed attempt on add/aria-activedescendant-to-commands.
[2023-07-25T16:10:15.004Z] Test passed after 1 failed attempt on fix/footnotes-disable-post-type.
[2023-07-26T14:37:10.062Z] Test passed after 2 failed attempts on trunk.
[2023-07-27T06:46:20.290Z] Test passed after 1 failed attempt on fix/application-of-border-styles-globally.
[2023-07-27T10:36:48.508Z] Test passed after 1 failed attempt on fix/document-actions-get-label-helper.
[2023-07-27T14:18:58.712Z] Test passed after 1 failed attempt on fix/test-themes-folder-permissions.
[2023-07-27T19:07:35.109Z] Test passed after 1 failed attempt on fix/document-actions-get-label-helper.
[2023-07-27T19:47:43.989Z] Test passed after 1 failed attempt on fix/document-actions-get-label-helper.
[2023-08-09T13:36:33.668Z] Test passed after 1 failed attempt on add/playwright-utils-metrics.
[2023-08-11T21:40:36.272Z] Test passed after 2 failed attempts on add/playwright-utils-metrics.
Error: expect.toBeVisible: Error: strict mode violation: locator('role=document[name="Block: Image"i]').locator('role=img') resolved to 2 elements:
    1) <img src="blob:http://localhost:8889/0adaf4c5-e393-49…/> aka getByRole('img', { name: 'This image has an empty alt attribute; its file name is 1464746b-d1bf-49ba-876c-2678ab946ae0.png' })
    2) <svg width="16" height="16" focusable="false" role="p…>…</svg> aka getByLabel('Block: Image').locator('svg')

=========================== logs ===========================
expect.toBeVisible with timeout 5000ms
waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
============================================================
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:1131:27
Error: expect.toBeVisible: Error: strict mode violation: locator('role=document[name="Block: Image"i]').locator('role=img') resolved to 2 elements:
    1) <img src="blob:http://localhost:8889/0ba510ba-7752-4c…/> aka getByRole('img', { name: 'This image has an empty alt attribute; its file name is 988a05f2-4961-4038-a48e-6f5cbbb0a420.png' })
    2) <svg width="16" height="16" focusable="false" role="p…>…</svg> aka getByLabel('Block: Image').locator('svg')

=========================== logs ===========================
expect.toBeVisible with timeout 5000ms
waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
============================================================
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:1131:27
@github-actions 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 12, 2023
* Trim footnote anchors from excerpts

* Add comments, fix spacing, appease linter
@github-actions
Copy link
Author

This issue has gone 30 days without any activity.

@github-actions github-actions bot added the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Sep 11, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 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
Projects
None yet
Development

No branches or pull requests

0 participants