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 a77093e commit d5dd819Copy full SHA for d5dd819
packages/kit-headless/src/components/popover/popover.test.ts
@@ -42,8 +42,8 @@ test.describe('Mouse Behavior', () => {
42
43
await expect(d.getPopover()).toBeVisible();
44
45
- await page.click('body', { position: { x: 0, y: 0 } });
46
+ const outsideDiv = page.locator('#content-outside-of-popover');
+ await outsideDiv.click();
47
48
await expect(d.getPopover()).toBeHidden();
49
});
0 commit comments