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 NOT show Columns transform only if selected blocks are more than max limit(6) #35862

Closed
github-actions bot opened this issue Oct 22, 2021 · 1 comment
Labels
[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 NOT show Columns transform only if selected blocks are more than max limit(6)

Test path

specs/editor/various/block-switcher.test.js

Errors

[2021-10-22T06:06:34.188Z] Test passed after 1 failed attempt on update/block-support-elements-notice.
[2023-04-05T16:01:58.736Z] Test passed after 1 failed attempt on try/block-tools-marry-document-tools.
[2023-08-17T15:14:41.022Z] Test passed after 2 failed attempts on feat/async-block-loading.
[2023-10-25T15:36:56.964Z] Test passed after 2 failed attempts on try/block-edit-lazy-loading.
  ● Block Switcher › Conditional tranformation options › Columns tranforms › Should NOT show Columns transform only if selected blocks are more than max limit(6)

    expect(received).not.toEqual(expected) // deep equality

    Expected: not ArrayContaining ["Columns"]
    Received:     ["Quote", "Columns", "Group"]

      122 | 				await pressKeyWithModifier( 'primary', 'a' );
      123 | 				await pressKeyWithModifier( 'primary', 'a' );
    > 124 | 				expect( await getAvailableBlockTransforms() ).not.toEqual(
          | 				                                                  ^
      125 | 					expect.arrayContaining( [ 'Columns' ] )
      126 | 				);
      127 | 			} );

      at Object.toEqual (specs/editor/various/block-switcher.test.js:124:55)

  ● Block Switcher › Conditional tranformation options › Columns tranforms › Should NOT show Columns transform only if selected blocks are more than max limit(6)

    expect(received).not.toEqual(expected) // deep equality

    Expected: not ArrayContaining ["Columns"]
    Received:     ["Quote", "Columns", "Group"]

      122 | 				await pressKeyWithModifier( 'primary', 'a' );
      123 | 				await pressKeyWithModifier( 'primary', 'a' );
    > 124 | 				expect( await getAvailableBlockTransforms() ).not.toEqual(
          | 				                                                  ^
      125 | 					expect.arrayContaining( [ 'Columns' ] )
      126 | 				);
      127 | 			} );

      at Object.toEqual (specs/editor/various/block-switcher.test.js:124:55)

@github-actions github-actions bot added the [Type] Flaky Test Auto-generated flaky test report issue label Oct 22, 2021
@talldan
Copy link
Contributor

talldan commented Jan 14, 2022

The failure only happened once, and the test logged an Internal Server Error, so possibly a brief issue with the testing environment. I've spotted a few of these now. Closing this.

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

No branches or pull requests

2 participants