diff --git a/cypress/integration/post/Comment.feature b/cypress/integration/post/Comment.feature new file mode 100644 index 000000000..e82b7ee86 --- /dev/null +++ b/cypress/integration/post/Comment.feature @@ -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" \ No newline at end of file