From f8bb879dfef4f4f01cf2996818a002c608e8d34e Mon Sep 17 00:00:00 2001 From: JC Franco Date: Mon, 9 Sep 2024 10:06:16 -0700 Subject: [PATCH] test(input-time-picker): skip unstable test (#10245) **Related Issue:** #10227 ## Summary Re-skip unstable test (see #10226). Unfortunately, https://github.com/Esri/calcite-design-system/pull/10228 didn't stabilize this test. --- .../components/input-time-picker/input-time-picker.e2e.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/calcite-components/src/components/input-time-picker/input-time-picker.e2e.ts b/packages/calcite-components/src/components/input-time-picker/input-time-picker.e2e.ts index 6232e958b6c..eb9056db1ba 100644 --- a/packages/calcite-components/src/components/input-time-picker/input-time-picker.e2e.ts +++ b/packages/calcite-components/src/components/input-time-picker/input-time-picker.e2e.ts @@ -101,7 +101,10 @@ describe("calcite-input-time-picker", () => { describe("openClose", () => { openClose("calcite-input-time-picker"); - openClose.initial("calcite-input-time-picker"); + + describe.skip("initially open", () => { + openClose.initial("calcite-input-time-picker"); + }); }); it("when set to readOnly, element still focusable but won't display the controls or allow for changing the value", async () => {