This pull request adds tests for the new collapse/expand feature in the NavbarMobile and NavbarDesktop components. These tests ensure that the new functionality performs as expected across both mobile and desktop navbars.
Issue Number: #259
🔧 Changes Made
[Briefly describe changes you made]
Added roles to ToggleCollapseButton and ToggleFixButton buttons to facilitate testing.
[Any refactoring or clean-up tasks]
✅ Checklist Before Submission
Functionality: I have tested my code, and it works as expected.
Debugging: No console.log() or other debugging statements are left.
Clean Code: Removed commented-out or unnecessary code.
Tests: Added new tests or updated existing ones for the changes made.
📄 Pull Request Overview
This pull request adds tests for the new collapse/expand feature in the
NavbarMobile
andNavbarDesktop
components. These tests ensure that the new functionality performs as expected across both mobile and desktop navbars.Issue Number: #259
🔧 Changes Made
ToggleCollapseButton
andToggleFixButton
buttons to facilitate testing.✅ Checklist Before Submission
console.log()
or other debugging statements are left.