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] should allow user to add and remove multiple local font files #62862

Open
github-actions bot opened this issue Jun 26, 2024 · 1 comment · Fixed by #63904
Open

[Flaky Test] should allow user to add and remove multiple local font files #62862

github-actions bot opened this issue Jun 26, 2024 · 1 comment · Fixed by #63904
Labels
[Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Jun 26, 2024

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

Test title

should allow user to add and remove multiple local font files

Test path

/test/e2e/specs/site-editor/font-library.spec.js

Errors

[2024-06-26T07:41:22.783Z] Test passed after 1 failed attempt on trunk.
[2024-07-02T15:37:11.141Z] Test passed after 1 failed attempt on global-styles/remove-ls-preview-elements.
[2024-07-02T17:36:05.197Z] Test passed after 1 failed attempt on trunk.
[2024-07-04T11:28:02.870Z] Test passed after 1 failed attempt on feat/eslint-restrict-import-components-package.
[2024-07-05T09:21:09.225Z] Test passed after 1 failed attempt on fix/browse-styles.
[2024-07-08T05:48:30.845Z] Test passed after 1 failed attempt on trunk.
[2024-07-08T11:09:39.763Z] Test passed after 1 failed attempt on fix/custom-select-control-v2-legacy-adapter-checkmark-vertical-alignment.
[2024-07-08T15:54:21.713Z] Test passed after 1 failed attempt on trunk.
[2024-07-08T15:55:21.884Z] Test passed after 1 failed attempt on feat/custom-select-control-v2-legacy-adapter-cleanup-experimental-props.
[2024-07-09T11:46:14.329Z] Test passed after 1 failed attempt on try/add-vis-reg-test.
[2024-07-10T21:18:14.742Z] Test passed after 1 failed attempt on fix/lightbox-duplicate-image.
[2024-07-11T10:14:32.995Z] Test passed after 1 failed attempt on update/can-user-selector-usage.
[2024-07-15T06:35:51.624Z] Test passed after 1 failed attempt on release/18.8.
[2024-07-15T13:55:42.492Z] Test passed after 1 failed attempt on experiment/connect_binding_ui.
[2024-07-19T06:35:01.055Z] Test passed after 1 failed attempt on trunk.
[2024-07-19T08:51:17.163Z] Test passed after 1 failed attempt on trunk.
[2024-07-19T14:13:34.193Z] Test passed after 1 failed attempt on try/simplify-navigate-regions-shortcuts.
[2024-07-23T11:02:22.577Z] Test passed after 1 failed attempt on trunk.
[2024-07-24T03:56:53.832Z] Test passed after 1 failed attempt on try/set-lang-and-dir-iframe-html.
[2024-08-15T16:15:00.734Z] Test passed after 1 failed attempt on add/comment-author-name-border-support.
[2024-08-26T00:25:07.383Z] Test passed after 1 failed attempt on trunk.
[2024-08-27T11:10:45.378Z] Test passed after 1 failed attempt on update/upload-media-dialog-handle-errors.
[2024-09-05T12:52:31.142Z] Test passed after 1 failed attempt on trunk.
[2024-09-17T09:15:26.732Z] Test passed after 1 failed attempt on update/apply-elevation.
[2024-09-19T10:53:42.596Z] Test passed after 1 failed attempt on fix/pattern-blocks-in-select-mode.
[2024-09-20T13:45:39.987Z] Test passed after 1 failed attempt on add/editor-font-face-resolver.
[2024-09-24T15:24:09.343Z] Test passed after 1 failed attempt on fix/use-resize-observer-react-native-export.
[2024-09-24T15:29:41.044Z] Test passed after 1 failed attempt on try/add-prompt-to-zoom-out-separators.
[2024-10-28T21:31:30.613Z] Test passed after 1 failed attempt on enable/prop-migration-rules-components-package.
[2024-11-11T18:48:44.137Z] Test passed after 1 failed attempt on try/zoom-scroll-position.
[2024-11-20T09:21:29.390Z] Test passed after 1 failed attempt on update/minimum-wp-version-to-6-6.
Error: apiRequestContext.fetch: socket hang up
Call log:
  - → PUT http://localhost:8889/index.php?rest_route=/wp/v2/plugins/gutenberg-test-plugins/delete-installed-fonts
  -   user-agent: Playwright/1.48.1 (x64; ubuntu 22.04) node/20.18 CI/1
  -   accept: */*
  -   accept-encoding: gzip,deflate,br
  -   X-WP-Nonce: 305db87771
  -   content-type: application/json
  -   content-length: 21
  -   cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1732266329%7CF4Mitoqh5kluZPwsHyIRvkDNb14BvAO2v5suB64aCTI%7C59f7b3b9011bd87098834fb1317a9f6a590a23fc4aad183f4cbba79ac3f98a55; wp-settings-time-1=1732093988

    at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:119:39)
    at RequestUtils.deactivatePlugin (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/plugins.ts:96:13)
    at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:132:4
@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Jun 26, 2024
github-actions bot referenced this issue Jul 2, 2024
* Use context to forward size down to the option item

* Apply different paddings based on item size, matching the select button

* Use shared variables

* CHANGELOG

* Extract size calculations outside of styled element function

---

Co-authored-by: ciampo <[email protected]>
Co-authored-by: tyxla <[email protected]>
github-actions bot referenced this issue Jul 8, 2024
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: andrewserong <[email protected]>
Co-authored-by: ramonjd <[email protected]>
Co-authored-by: daviedR <[email protected]>
github-actions bot referenced this issue Jul 8, 2024
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ndiego <[email protected]>
Co-authored-by: MadtownLems <[email protected]>
github-actions bot referenced this issue Jul 19, 2024
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: youknowriad <[email protected]>
github-actions bot referenced this issue Jul 19, 2024
github-actions bot referenced this issue Jul 23, 2024
* hide toolbar when block is not full width

* fix unwanted centering, show regular toolbars on non full width blocks

Co-authored-by: MaggieCabrera <[email protected]>
Co-authored-by: scruffian <[email protected]>
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Jul 24, 2024
@github-actions github-actions bot reopened this Aug 15, 2024
@Mamaduka Mamaduka removed the [Status] In Progress Tracking issues with work in progress label Aug 23, 2024
@Mamaduka Mamaduka removed their assignment Aug 23, 2024
github-actions bot referenced this issue Aug 26, 2024
…62711)

* Position BlockToolbar below all of the selected block's descendants

* Fix scrolling

* Don't use window global

* Explain what capturingClientId is

* No need to clip bounds to viewport

* Use explicit check for VisuallyHidden

* To calculate visible bounds using rectUnion, take into account the outer limits of the container in which an element is supposed to be "visible"
For example, if an element is positioned -10px to the left of the window x value (0), we should discount the negative overhang because it's not visible and therefore to be counted in the visible calculations.

* switch to checkVisibility DOM method

---------

Co-authored-by: noisysocks <[email protected]>
Co-authored-by: ramonopoly <[email protected]>
Co-authored-by: kevin940726 <[email protected]>
Co-authored-by: aaronrobertshaw <[email protected]>
Copy link
Author

This issue has gone 15 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 Oct 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2024
@github-actions github-actions bot reopened this Oct 28, 2024
@github-actions github-actions bot removed the [Status] Stale Gives the original author opportunity to update before closing. Can be reopened as needed. label Oct 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.

1 participant