You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driskull opened this issue
Nov 14, 2022
· 1 comment
Labels
0 - newNew issues that need assignment.c-treeIssues that pertain to the calcite-tree and related componentsp - highIssue should be addressed in the current milestone, impacts component or core functionalitytestingIssues related to automated or manual testing.
"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>)
The text was updated successfully, but these errors were encountered:
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
0 - newNew issues that need assignment.c-treeIssues that pertain to the calcite-tree and related componentsp - highIssue should be addressed in the current milestone, impacts component or core functionalitytestingIssues related to automated or manual testing.
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
PR skipped, if applicable
#5744
Additional Info
https://github.com/Esri/calcite-components/actions/runs/3464358011/jobs/5785787663
The text was updated successfully, but these errors were encountered: