diff options
Diffstat (limited to 'features/project/commits/commits.feature')
-rw-r--r-- | features/project/commits/commits.feature | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index 7c6db3c465a..8a213067548 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -30,9 +30,10 @@ Feature: Project Browse commits 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 + # TODO: Implement feature in graphs + #Scenario: I browse commits stats + #Given I visit my project's commits stats page + #Then I see commits stats Scenario: I browse big commit Given I visit big commit page |