CaraMcAvinchey / purrfect-sitters

A full-stack web application for a pet sitting service. Built with full CRUD operations using HTML, CSS, Django, Bootstrap and MySQL with Stripe as the payment system.
1 stars 2 forks source link

TEST CASE: CAT NOTIFICATIONS #41

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As an authenticated user, I can receive a notification confirming if I've added, edited or deleted a cat profile so that I can keep track of my cat profiles.

Acceptance Criteria

Scenario: Given I successfully added, edited or deleted a cat from my profile When I click the appropriate button to confirm my action Then I should receive a notification to confirm the action I have completed

URL: https://purrfect-sitters-service.herokuapp.com/cat/

Expected Outcome