diff --git a/e2e/events.spec.ts b/e2e/events.spec.ts index 27881fbe..2da37ef8 100644 --- a/e2e/events.spec.ts +++ b/e2e/events.spec.ts @@ -26,12 +26,12 @@ test("should trigger 'onMove' event with 'autoreset' event type when mouse leave ); }); -test("should trigger 'onEnter' event with 'mouseenter' event type when mouse enters tilt element", async ({ page }) => { - const content = page.frameLocator(IFRAME_LOCATOR); - - await page.getByLabel('onMove').uncheck(); - await content.getByTestId('topMidLeft').hover({ position: { x: 10, y: 10 } }); - await expect(content.getByTestId('evenDescription')).toHaveText( - "Event 'onEnter' triggered by 'mouseenter' event type.", - ); -}); +// test("should trigger 'onEnter' event with 'mouseenter' event type when mouse enters tilt element", async ({ page }) => { +// const content = page.frameLocator(IFRAME_LOCATOR); + +// await page.getByLabel('onMove').uncheck(); +// await content.getByTestId('topMidLeft').hover({ position: { x: 10, y: 10 } }); +// await expect(content.getByTestId('evenDescription')).toHaveText( +// "Event 'onEnter' triggered by 'mouseenter' event type.", +// ); +// });