upleveled / next-js-example-fall-2023-atvie

https://next-js-example-fall-2023-vienna-austria.fly.dev/
2 stars 2 forks source link

Capitalise the first letter of database values #8

Closed ProchaLu closed 1 year ago

ProchaLu commented 1 year ago

This PR changes the database values to use uppercase in the first letter. This makes the data more consistent.

Additionally, move the animal testing array for the Playwright test before the for..of in the test file.