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 f18c5f5 commit cd5c1a9Copy full SHA for cd5c1a9
1 file changed
tests/accessibility.test.tsx
@@ -146,6 +146,7 @@ describe('Tabs.Accessibility', () => {
146
// mouse click should not add focus style
147
fireEvent.mouseDown(secondTab);
148
fireEvent.click(secondTab);
149
+ fireEvent.mouseUp(secondTab);
150
expect(secondTab.parentElement).not.toHaveClass('rc-tabs-tab-focus');
151
152
unmount();
0 commit comments