Jamesllllllllll / Daily-Dashboard

Collaborative Portfolio Project for Codecademy's Front-End & Full-Stack Career Paths
https://daily-dashboard-codecademy.vercel.app/
2 stars 4 forks source link

[Testing] Local storage persists between renders #67

Open mdwiltfong opened 8 months ago

mdwiltfong commented 8 months ago

Using Cypress, we can manipulate the local storage before the app renders.

We should set the local storage before the app renders with fake data, and then assert that the app is able to render that data.

The data we currently store in local storage:

Kaleshe commented 8 months ago

Hi @mdwiltfong I'd like to take this issue please