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: VIEW LIKES ON BLOG POST #20

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As a site user, I can view the number of likes on each post so that I can see which plants are popular.

Acceptance Criteria

Scenario: Given I am on the home page When I scroll through the list of blog posts Then I should see the number of likes on cards

Scenario: Given I am on a plant detail page When I scroll to the bottom of the article Then I should see the number of likes on the post

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

Expected Outcome

CaraMcAvinchey commented 1 year ago

Logged in user: image

Logged out user: image