Ringworm-Relief / rr-frontend

https://rr-as.vercel.app
0 stars 2 forks source link

Chore/landing tests #16

Closed AsherSpurr closed 4 months ago

AsherSpurr commented 4 months ago

Landing Page tests

Description

Test Landing page contents and routes using Cypress

Related Issues

Changes Made

Testing

Reviewer Instructions

Known issue of user info causing type error should in theory not occur due to fetch info being stubbed. Fetch occurs on page load, however when a user navigates to the Calendar (The only location using this fetched info) the fetch occurs after re-routing. The useEffect is currently set up on page load to side step logging in. Please pull down tests before merging and LMK if you have any thoughts or solutions

Deployment Notes

Additional Information