We use cypress to do e2e testing. We should add more tests. Some ideas I have: Components: - Search Bar - [x] #43 Type inside search bar shows results from Algolia - [x] #43 Click on a result takes to `/city?lat=...&lng=...` - Ranking - [x] #38 Click on city card goes to `/city/{slug}` - AdSection - [ ] Can scroll right - BlogSection - [ ] Can scroll - Footer - [x] #38 Correct link to FAQ Home page: - [ ] Test "Use my location" button (might be hard) City page: - [ ] Shows cigarettes after some time - [ ] Click on weekly shows cigs * 7 - [ ] Click on monthly shows cigs * 30 Feel free to pick some tests, or add new ones you can think of!
We use cypress to do e2e testing. We should add more tests.
Some ideas I have:
Components:
/city?lat=...&lng=.../city/{slug}Home page:
City page:
Feel free to pick some tests, or add new ones you can think of!