2012-09-10 07:27:11 -04:00
|
|
|
Feature: Project Comment commit
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-06-15 00:15:28 -04:00
|
|
|
And I own project "Shop"
|
|
|
|
Given I visit project commit page
|
|
|
|
|
2012-08-03 12:59:55 -04:00
|
|
|
@javascript
|
|
|
|
Scenario: I comment commit
|
|
|
|
Given I leave a comment like "XML attached"
|
|
|
|
Then I should see comment "XML attached"
|