danielblagy / budget-app

0 stars 0 forks source link

write e2e tests to cover entry delete use cases #57

Closed danielblagy closed 10 months ago

danielblagy commented 11 months ago

Case: User tries to delete other user's entry. Expected Result: Not Found.

Case: User tries to delete entry that doesn't exist. Expected Result: Not Found.

Case: User tries to delete user's existing entry. Expected Result: Success. Note: Check if entry exists after the delete operation (should be Not Found).

danielblagy commented 11 months ago

BLOCKED BY #56