gitlabhq/features/projects/commits/commit_comments.feature

11 lines
272 B
Gherkin

Feature: Comment commit
Background:
Given I signin 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"