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

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

  1. 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.
© 2026 Devtiro Ltd. All rights reserved