Sha256: 73c960cda1b78921ecf9cde9eb2a4ab8c2e8598c26b2c36a968ee8c3f3d0608a
Contents?: true
Size: 620 Bytes
Versions: 23
Compression:
Stored size: 620 Bytes
Contents
Feature: View comments page As a user I want to be able to view and add comments Scenario: Anonymous user visits the comments Given I am not logged in And There are comments When I go to "the show comments page" Then I should see "comments" Scenario: Logged in user views add comment Given I log in with role "administrator" When I go to "the create comments page" Then I should see "Add a new comment" Scenario: Add comment GivenScenario: Logged in user views add comment When I fill in "comment_body" with "a test comment" And I press "Add Comment" Then I should see "added comment"
Version data entries
23 entries across 23 versions & 3 rubygems