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] the code editor should unselect blocks and disable the inserter #49590

Closed
github-actions bot opened this issue Apr 4, 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 Apr 4, 2023

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

Test title

the code editor should unselect blocks and disable the inserter

Test path

specs/editor/various/editor-modes.test.js

Errors

[2023-04-04T19:48:07.999Z] Test passed after 1 failed attempt on try/block-tools-marry-document-tools.
[2023-04-05T16:02:05.837Z] Test passed after 1 failed attempt on try/block-tools-marry-document-tools.
  ● Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter

    Error: failed to find element matching selector ".block-editor-block-card__title"

       95 | 	it( 'the code editor should unselect blocks and disable the inserter', async () => {
       96 | 		// The paragraph block should be selected.
    >  97 | 		const title = await page.$eval(
          | 		              ^
       98 | 			'.block-editor-block-card__title',
       99 | 			( element ) => element.innerText
      100 | 		);

      at ElementHandle.$eval (../../node_modules/puppeteer-core/src/common/JSHandle.ts:1032:13)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/various/editor-modes.test.js:97:17)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Apr 4, 2023
@github-actions
Copy link
Author

github-actions bot commented May 6, 2023

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 May 6, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 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