Added feature test for stats
This commit is contained in:
parent
1c5b2a5153
commit
3e04673334
5 changed files with 17 additions and 3 deletions
|
@ -23,3 +23,7 @@ Feature: Project Browse commits
|
|||
Scenario: I browse commits for a specific path
|
||||
Given I visit my project's commits page for a specific path
|
||||
Then I see breadcrumb links
|
||||
|
||||
Scenario: I browse commits stats
|
||||
Given I visit my project's commits stats page
|
||||
Then I see commits stats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue