app-comments.feature 299 B

12345678
  1. Feature: app-comments
  2. Scenario: Writing a comment
  3. Given I am logged in
  4. And I open the details view for "welcome.txt"
  5. And I open the "Comments" tab in the details view
  6. When I create a new comment with "Hello world" as message
  7. Then I see a comment with "Hello world" as message