Closed KP824 closed 7 months ago
task-name Unit tests for Navbar component
Description Created unit tests to validate functionality of the Navbar component.
Test cases include:
Surprise?
Get Started
/get-started
Ticket Item
Steps to Reproduce Bug / Validate Feature / Confirm Tech Debt Fix
cd client
npm install
npm run test __tests__/Navbar.test.tsx
Previous behavior No unit tests for Navbar component
Expected behavior All tests should be passing for Navbar.tsx
Screenshots & Videos
Additional context Check testing_notes for details on approach.
testing_notes
Overview
task-name Unit tests for Navbar component
Description Created unit tests to validate functionality of the Navbar component.
Test cases include:
Surprise?
button will trigger a change in state for the theme of the landing pageGet Started
button will reroute the user to the/get-started
pageTicket Item
18
Steps to Reproduce Bug / Validate Feature / Confirm Tech Debt Fix
cd client
npm install
npm run test __tests__/Navbar.test.tsx
Previous behavior No unit tests for Navbar component
Expected behavior All tests should be passing for Navbar.tsx
Screenshots & Videos
Additional context Check
testing_notes
for details on approach.