summaryrefslogtreecommitdiff
path: root/features/project/commits/branches.feature
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-24 14:55:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-24 14:55:27 +0200
commit31386adf53e0a029167de3b73f3ebda93b0e86a2 (patch)
treea04fb5ea34479d2dfdf11f259c9af14082278d87 /features/project/commits/branches.feature
parent6c660698eba8d9c296adffcd09576949fc48f788 (diff)
downloadgitlab-ce-31386adf53e0a029167de3b73f3ebda93b0e86a2.tar.gz
Fixed 500 error on branch and tag creation via UI
Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/commits/branches.feature')
-rw-r--r--features/project/commits/branches.feature12
1 files changed, 4 insertions, 8 deletions
diff --git a/features/project/commits/branches.feature b/features/project/commits/branches.feature
index 4fa4dc26a1b..fcf8b7694f4 100644
--- a/features/project/commits/branches.feature
+++ b/features/project/commits/branches.feature
@@ -16,11 +16,7 @@ Feature: Project Browse branches
Given I click link "Protected"
Then I should see "Shop" protected branches list
- # @wip
- # Scenario: I can download project by branch
-
- # @wip
- # Scenario: I can view protected branches
-
- # @wip
- # Scenario: I can manage protected branches
+ Scenario: I create a branch
+ Given I click new branch link
+ When I submit new branch form
+ Then I should see new branch created