Leshangpang / COMP30022-SDGs-Frontend

Interactive learning website for the 17 Sustainable Development Goals
2 stars 2 forks source link

Test: Add unit tests for different aspects of navigation bar #56

Closed Wj12344 closed 1 month ago

Wj12344 commented 1 month ago

Test navigation bar in different aspects: Tests for Navigation: Each test checks if clicking on a specific link correctly navigates to the corresponding route. each test:

Dropdown Behavior: Tests the visibility of the dropdown menu and interaction with its links. Link Existence: Validates that all expected links are rendered in the navbar. Login Event Emission: Confirms the event emission when the login button is clicked.