You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a visitor
When I visit an item show page
Then I see a link to delete the item
When I click the link
Then a 'DELETE' request is sent to '/items/:id',
the item is deleted,
and I am redirected to the item index page where I no longer see this item
Checklist:
base tests are written
base code is written to pass tests
edge case ("sad path") tests written (if required)
Checklist:
child of turingschool-examples#122
child of turingschool-examples#130
The text was updated successfully, but these errors were encountered: