UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

Caelum/frontend/59 create edit listing page #195

Closed CaelumD25 closed 5 days ago

CaelumD25 commented 1 week ago

Description

Edit listing page created with endpoints mocked in Cypress tests. This component reuses lots of code from Create Listing and will be fixed in the future if time permits, otherwise, this is the same page as Create Listing with a couple of extra features.

image

image

Closes #74

How to Test

Run npx cypress open in order to open the cypress interface for testing.

Checklist