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 add and save the marquee widget #35897

Open
github-actions bot opened this issue Oct 24, 2021 · 0 comments
Open

[Flaky Test] Should add and save the marquee widget #35897

github-actions bot opened this issue Oct 24, 2021 · 0 comments

Comments

@github-actions
Copy link

@github-actions github-actions bot commented Oct 24, 2021

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

Test title

Should add and save the marquee widget

Test path

specs/widgets/editing-widgets.test.js

Flaky rate (estimated)

0 / 0 runs

Errors

[2021-10-24T02:47:26.273Z] Test passed after 1 failed attempts on add/formatting-announcements.
  ● Widgets screen › Function widgets › Should add and save the marquee widget

    TimeoutError: waiting for function failed: timeout 30000ms exceeded

      391 | 			);
      392 | 			await marqueeBlock.click();
    > 393 | 			await page.waitForFunction(
          | 			           ^
      394 | 				( expectedMarquees ) => {
      395 | 					return (
      396 | 						document.querySelectorAll(

      at new WaitTask (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:777:28)
      at DOMWorld.waitForFunction (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:699:22)
      at Frame.waitForFunction (../../node_modules/puppeteer-core/src/common/FrameManager.ts:1241:28)
      at Page.waitForFunction (../../node_modules/puppeteer-core/src/common/Page.ts:3152:29)
      at addMarquee (specs/widgets/editing-widgets.test.js:393:15)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/widgets/editing-widgets.test.js:442:4)

[2021-10-25T09:41:37.907Z] Test passed after 1 failed attempts on fix/console-error-to-warn.
  ● Widgets screen › Function widgets › Should add and save the marquee widget

    TimeoutError: waiting for function failed: timeout 30000ms exceeded

      391 | 			);
      392 | 			await marqueeBlock.click();
    > 393 | 			await page.waitForFunction(
          | 			           ^
      394 | 				( expectedMarquees ) => {
      395 | 					return (
      396 | 						document.querySelectorAll(

      at new WaitTask (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:777:28)
      at DOMWorld.waitForFunction (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:699:22)
      at Frame.waitForFunction (../../node_modules/puppeteer-core/src/common/FrameManager.ts:1241:28)
      at Page.waitForFunction (../../node_modules/puppeteer-core/src/common/Page.ts:3152:29)
      at addMarquee (specs/widgets/editing-widgets.test.js:393:15)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/widgets/editing-widgets.test.js:442:4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
0 participants