rewrite project commits features using spinach
This commit is contained in:
parent
7aeb92b8e4
commit
080bd12e16
24 changed files with 178 additions and 20 deletions
10
features/project/commits/commit_comments.feature
Normal file
10
features/project/commits/commit_comments.feature
Normal file
|
@ -0,0 +1,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"
|
Loading…
Add table
Add a link
Reference in a new issue