Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
282 stars 77 forks source link

InputTimePicker/InputTimeZone unstable test #10227

Open driskull opened 1 week ago

driskull commented 1 week ago

Priority impact

p - high

Test type

unstable

Which Component(s)

input-time-picker, input-time-zone

Unstable Tests

openClose("calcite-input-time-picker", { initialToggleValue: true });

Test error, if applicable

Summary of all failing tests @esri/calcite-components:test: FAIL src/components/input-time-picker/input-time-picker.e2e.ts (51.699 s) @esri/calcite-components:test: ● calcite-input-time-picker › openClose › initially open › emits on initialization with animations enabled @esri/calcite-components:test: @esri/calcite-components:test: expect(received).toBeGreaterThan(expected) @esri/calcite-components:test: @esri/calcite-components:test: Expected: > 100 @esri/calcite-components:test: Received: 1 @esri/calcite-components:test: @esri/calcite-components:test: 205 | const matcherName = animationsEnabled ? "toBeGreaterThan" : ("toBeLessThanOrEqual" as const); @esri/calcite-components:test: 206 | @esri/calcite-components:test: > 207 | expect(delayBetweenBeforeOpenAndOpen)matcherName; @esri/calcite-components:test: | ^ @esri/calcite-components:test: 208 | expect(delayBetweenBeforeCloseAndClose)matcherName; @esri/calcite-components:test: 209 | } @esri/calcite-components:test: 210 | @esri/calcite-components:test: @esri/calcite-components:test: at testOpenCloseEvents (src/tests/commonTests/openClose.ts:207:55) @esri/calcite-components:test: at Object. (src/tests/commonTests/openClose.ts:218:7) @esri/calcite-components:test: @esri/calcite-components:test:

Same test failure for input-time-zone.

PR skipped, if applicable

10226, #10228

Additional Info

No response

jcfranco commented 1 week ago

Noticed a similar failure locally with https://github.com/Esri/calcite-design-system/pull/10228. Will update the issue title/description to investigate both under this issue.

jcfranco commented 1 week ago

10228 addressed the input-time-zone failure. Will look into the input-time-picker one.