summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/app-comments.feature
blob: a5bdb0aa745abbc7442b3954fbff4cf1bdda8c90 (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 a comment with "Hello world" as message