gitlabhq/features/project/commits/commit_comments.feature
2012-09-10 04:27:11 -07:00

11 lines
280 B
Gherkin

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"