diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-26 18:12:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-26 18:12:25 +0300 |
commit | aa46a15d2adaa018b7d8c59e6def2643fb2acab1 (patch) | |
tree | 9231fc4fb0d773417a4feb7be0f938e4088e1bc8 /features | |
parent | 20e0c9b132f1a7d12b156936114155c89d55b8cf (diff) | |
download | gitlab-ce-aa46a15d2adaa018b7d8c59e6def2643fb2acab1.tar.gz |
Fix spinach feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-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 |