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