Ui Testing
Now we've coded the delete task endpoint, let's test this final feature in the UI.
Let's head over to http://localhost:3000 in our browser.
Delete a Task

- Click the delete button next to the task you wish to delete. This brings up the task delete dialog.

- Click the "Delete" button to delete the task.
There we have it, the delete task feature is working as expected!
Summary
- Deleted a task using the UI.