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 364cf47 commit 985512fCopy full SHA for 985512f
tests/DropdownMenu.spec.tsx
@@ -59,6 +59,7 @@ describe('DropdownMenu', () => {
59
block: 'nearest',
60
inline: 'nearest',
61
});
62
+ scrollIntoViewMock.mockClear();
63
64
act(() => {
65
// Press ArrowUp to verify scrolling up
0 commit comments