Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 1, 2024
1 parent 2b84d39 commit 0139fcd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions e2e/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
// );
// });

0 comments on commit 0139fcd

Please sign in to comment.