Merge branch '260-add-comment-form' of github.com:Human-Connection/Human-Connection into 260-add-comment-form

This commit is contained in:
Matt Rider 2019-04-22 08:12:59 -03:00
commit a360a688b9

View File

@ -0,0 +1,15 @@
Feature: Post Comment
As a user
I want to comment on contributions of others
To be able to express my thoughts and emotions about these, discuss and add give further information.
Background:
Given we have the following posts in our database:
| id | title | slug |
| bWBjpkTKZp | 101 Essays that will change the way you think | 101-essays |
And I have a user account
And I am logged in
Scenario:
Given I get to the post page of "101-essays"
Then I should be able to post a comment to the post "101-essays"