Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test
Browse files Browse the repository at this point in the history
atomiks committed Jan 24, 2025
1 parent b35c49d commit e5c2791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ describe('<Popover.Backdrop />', () => {
},
}));

it.only('sets `pointer-events: none` style on backdrop if opened by hover', async () => {
it('sets `pointer-events: none` style on backdrop if opened by hover', async () => {
const { user } = await render(
<Popover.Root delay={0} closeDelay={0} openOnHover>
<Popover.Trigger>Open</Popover.Trigger>

0 comments on commit e5c2791

Please sign in to comment.