CaraMcAvinchey / stem-and-leaf-blog

A plant care passion blog for my Full Stack Portfolio project. Built using Django and Bootstrap.
https://stem-and-leaf-blog.herokuapp.com/
2 stars 6 forks source link

TEST CASE: LIKE A POST #21

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As a site user, I can like a post so that I can engage with the blog content.

Acceptance Criteria

Scenario: Given I am on a blog post And I am logged in When I click on the heart button Then I should be able to see that I have liked the post

Scenario: Given I am on a blog post And I am logged in And I have already liked a post When I click on the heart button Then I should be able to see that I have unliked the post

URL: https://stem-and-leaf-blog.herokuapp.com/the-peace-lily/

Expected Outcome

CaraMcAvinchey commented 1 year ago
image image