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

test(tree): Skipped unstable test. #5745

Closed
driskull opened this issue Nov 14, 2022 · 1 comment
Closed

test(tree): Skipped unstable test. #5745

driskull opened this issue Nov 14, 2022 · 1 comment
Labels
0 - new New issues that need assignment. c-tree Issues that pertain to the calcite-tree and related components p - high Issue should be addressed in the current milestone, impacts component or core functionality testing Issues related to automated or manual testing.

Comments

@driskull
Copy link
Member

driskull commented Nov 14, 2022

Test type

unstable test

Which Component(s)

tree

Unstable Tests

"should allow ArrowRight and ArrowLeft keydown events to propagate outside the root tree"

Test error, if applicable

Summary of all failing tests
FAIL src/components/tree/tree.e2e.ts (65.133 s)
  ● calcite-tree › keyboard support › should allow ArrowRight and ArrowLeft keydown events to propagate outside the root tree

    expected event "keydown" to have been called 3 times, but was called 2 times

      [557](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:558) |       await page.keyboard.press("ArrowRight");
      [558](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:559) |
    > [559](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:560) |       expect(keydownSpy).toHaveReceivedEventTimes(3);
          |                          ^
      [560](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:561) |
      [561](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:562) |       await page.keyboard.press("ArrowLeft");
      [562](https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663#step:4:563) |

      at Object.<anonymous> (src/components/tree/tree.e2e.ts:559:26)
          at runMicrotasks (<anonymous>)

PR skipped, if applicable

#5744

Additional Info

https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663

@driskull driskull added testing Issues related to automated or manual testing. p - high Issue should be addressed in the current milestone, impacts component or core functionality 0 - new New issues that need assignment. labels Nov 14, 2022
@driskull driskull changed the title test(tree): Skip unstable test. test(tree): Skipped unstable test. Nov 14, 2022
@macandcheese macandcheese added the c-tree Issues that pertain to the calcite-tree and related components label Aug 9, 2023
@jcfranco
Copy link
Member

Test restored in #7618. Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - new New issues that need assignment. c-tree Issues that pertain to the calcite-tree and related components p - high Issue should be addressed in the current milestone, impacts component or core functionality testing Issues related to automated or manual testing.
Projects
None yet
Development

No branches or pull requests

4 participants