summaryrefslogtreecommitdiff
path: root/features/project/commits/commit_comments.feature
blob: 5acf541ab96e9f9e541f08bf6e795a06e601f193 (plain)
1
2
3
4
5
6
7
8
9
10
Feature: Project Comment commit
  Background:
    Given I sign in as a user
    And I own project "Shop"
    Given I visit project commit page

  @javascript
  Scenario: I comment commit
    Given I leave a comment like "XML attached"
    Then I should see comment "XML attached"