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 reset dimensions on change URL #35873

Closed
github-actions bot opened this issue Oct 22, 2021 · 0 comments · Fixed by #40804
Closed

[Flaky Test] Should reset dimensions on change URL #35873

github-actions bot opened this issue Oct 22, 2021 · 0 comments · Fixed by #40804
Assignees
Labels
[Block] Image Affects the Image Block [Status] In Progress Tracking issues with work in progress [Type] Flaky Test Auto-generated flaky test report issue

Comments

@github-actions
Copy link

github-actions bot commented Oct 22, 2021

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

Test title

Should reset dimensions on change URL

Test path

specs/editor/blocks/image.test.js

Flaky rate (estimated)

1 / 2 runs

Errors

[2021-10-22T09:43:08.910Z] Test passed after 1 failed attempts on rnmobile/try/e2e-ios-xcode-12.5.1.
  ● Image › Should reset dimensions on change URL

    No node found for selector: [aria-label="Image size presets"] button:first-child

      318 | 		// Resize the Uploaded Image.
      319 | 		await openDocumentSettingsSidebar();
    > 320 | 		await page.click(
          | 		^
      321 | 			'[aria-label="Image size presets"] button:first-child'
      322 | 		);
      323 |

      at Object.assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21)
      at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:439:5)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/blocks/image.test.js:320:3)

[2021-11-17T22:59:09.151Z] Test passed after 1 failed attempts on trunk.
  ● Image › Should reset dimensions on change URL

    No node found for selector: [aria-label="Image size presets"] button:first-child

      318 | 		// Resize the Uploaded Image.
      319 | 		await openDocumentSettingsSidebar();
    > 320 | 		await page.click(
          | 		^
      321 | 			'[aria-label="Image size presets"] button:first-child'
      322 | 		);
      323 |

      at Object.assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21)
      at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:439:5)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/blocks/image.test.js:320:3)

[2021-11-23T08:32:58.784Z] Test passed after 1 failed attempts on update/rename-user-preset-origin-to-custom.
  ● Image › Should reset dimensions on change URL

    No node found for selector: [aria-label="Image size presets"] button:first-child

      318 | 		// Resize the Uploaded Image.
      319 | 		await openDocumentSettingsSidebar();
    > 320 | 		await page.click(
          | 		^
      321 | 			'[aria-label="Image size presets"] button:first-child'
      322 | 		);
      323 |

      at Object.assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21)
      at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:439:5)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/blocks/image.test.js:320:3)

[2021-11-23T12:51:55.158Z] Test passed after 1 failed attempts on try/navigation-inherit-orientation.
  ● Image › Should reset dimensions on change URL

    No node found for selector: [aria-label="Image size presets"] button:first-child

      318 | 		// Resize the Uploaded Image.
      319 | 		await openDocumentSettingsSidebar();
    > 320 | 		await page.click(
          | 		^
      321 | 			'[aria-label="Image size presets"] button:first-child'
      322 | 		);
      323 |

      at Object.assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21)
      at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:439:5)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/blocks/image.test.js:320:3)

[2021-11-26T06:20:39.572Z] Test passed after 1 failed attempts on update/font-size-picker-remove-hints.
  ● Image › Should reset dimensions on change URL

    No node found for selector: [aria-label="Image size presets"] button:first-child

      318 | 		// Resize the Uploaded Image.
      319 | 		await openDocumentSettingsSidebar();
    > 320 | 		await page.click(
          | 		^
      321 | 			'[aria-label="Image size presets"] button:first-child'
      322 | 		);
      323 |

      at assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21)
      at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:460:11)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (specs/editor/blocks/image.test.js:320:3)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Oct 22, 2021
@priethor priethor added the [Block] Image Affects the Image Block label Nov 11, 2021
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Image Affects the Image Block [Status] In Progress Tracking issues with work in progress [Type] Flaky Test Auto-generated flaky test report issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants