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 · 0 comments · 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 · 0 comments · 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.
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.47.0 (x64; ubuntu 22.04) node/20.17 CI/1
  -   accept: */*
  -   accept-encoding: gzip,deflate,br
  -   X-WP-Nonce: 6edfa4ece4
  -   content-type: application/json
  -   content-length: 21
  -   cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_23778236db82f19306f247e20a353a99=admin%7C1727363614%7CFeKTUlkd9UTyoY8mG4LuftjRikBMseLZCVTNtCykUJr%7C0cf74f42458f64b5315a93dd3b54c9f726af5711c085d3cf99d9dc48669cc4f2; wp-settings-time-1=1727191279

    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:144: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 <mciampini@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
github-actions bot referenced this issue Jul 8, 2024
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: daviedR <daviedr@git.wordpress.org>
github-actions bot referenced this issue Jul 8, 2024
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: ndiego <ndiego@git.wordpress.org>
Co-authored-by: MadtownLems <madtownlems@git.wordpress.org>
github-actions bot referenced this issue Jul 19, 2024
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: youknowriad <youknowriad@git.wordpress.org>
github-actions bot referenced this issue Jul 19, 2024
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
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 <onemaggie@git.wordpress.org>
Co-authored-by: scruffian <scruffian@git.wordpress.org>
@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 <noisysocks@git.wordpress.org>
Co-authored-by: ramonopoly <ramonopoly@git.wordpress.org>
Co-authored-by: kevin940726 <kevin940726@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
github-actions bot referenced this issue Sep 5, 2024
* use box-shadow instead of border

* revert post-preview break-mobile

* Fix

Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
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