diff --git a/packages/calcite-components/src/components/action-menu/action-menu.e2e.ts b/packages/calcite-components/src/components/action-menu/action-menu.e2e.ts index e31eb2dd2e6..a1ffdeb388d 100755 --- a/packages/calcite-components/src/components/action-menu/action-menu.e2e.ts +++ b/packages/calcite-components/src/components/action-menu/action-menu.e2e.ts @@ -454,7 +454,7 @@ describe("calcite-action-menu", () => { expect(await actionMenu.getProperty("open")).toBe(false); }); - it("should click the active action on Enter key and close the menu", async () => { + it.skip("should click the active action on Enter key and close the menu", async () => { const page = await newE2EPage({ html: html` @@ -490,7 +490,7 @@ describe("calcite-action-menu", () => { expect(clickSpy).toHaveReceivedEventTimes(1); }); - it("should click the active action when clicked and close the menu", async () => { + it.skip("should click the active action when clicked and close the menu", async () => { const page = await newE2EPage({ html: html`