We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18a1ac commit 9e55d7cCopy full SHA for 9e55d7c
packages/calcite-components/src/components/modal/modal.e2e.ts
@@ -267,7 +267,7 @@ describe("opening and closing behavior", () => {
267
expect(openSpy).toHaveReceivedEventTimes(1);
268
});
269
270
- it("emits when duration is set to 0", async () => {
+ it.skip("emits when duration is set to 0", async () => {
271
const page = await newProgrammaticE2EPage();
272
await skipAnimations(page);
273
0 commit comments