summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/app-comments.feature
blob: 81fc6f89ad1125475c6ebaaff77afeff357c17cd (plain)
1
2
3
4
5
6
7
8
Feature: app-comments

  Scenario: Writing a comment
    Given I am logged in
    And I open the details view for "welcome.txt"
    And I open the "Comments" tab in the details view
    When I create a new comment with "Hello world" as message
    Then I see that a comment was added