You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Add comprehensive tests for dropdown close button functionality
Added extensive test coverage for the fixed close button behavior in tab
overflow dropdowns:
Core DefaultTab Tests:
- Verify close button prevents default behavior
- Test that already prevented events are respected
- Confirm close button visibility by default
TabsContainer Dropdown Tests:
- Test close button visibility and clickability in dropdowns
- Verify tab content clicks still activate tabs properly
- Test preventDefault behavior in dropdown wrapper
- Ensure proper separation of close vs activate functionality
These tests verify that close buttons work correctly in both normal tabs
and overflow dropdown tabs, with proper event handling.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments