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: VIEW CAT PROFILE #37

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As an authenticated user, I can view my profile information when logged in, so that I can ensure it is complete and up-to-date.

Acceptance Criteria

Scenario: Given that I am logged in When I click on the My Profile button Then I'll be directed to my profile information

Scenario: Given that I am logged in When I click on a cat card Then I'll be directed to the cat detail page for more information

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

Expected Outcome

CaraMcAvinchey commented 1 year ago
image image image
CaraMcAvinchey commented 1 year ago
image