Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 15:20:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 15:20:12 +0400
commit5a1429ae2110faaf354574f8e6c7866c29102107 (patch)
tree8b6b9d8331fd0cb369b4b7937d3e98c33618e4eb /features/project/commits
parent1bb9aeb565fca50304881e36488b202455bdddd2 (diff)
Fix branches tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/branches.feature11
1 files changed, 4 insertions, 7 deletions
diff --git a/features/project/commits/branches.feature b/features/project/commits/branches.feature
index fcf8b7694f4..abebef04fcd 100644
--- a/features/project/commits/branches.feature
+++ b/features/project/commits/branches.feature
@@ -3,20 +3,17 @@ Feature: Project Browse branches
Given I sign in as a user
And I own project "Shop"
And project "Shop" has protected branches
- Given I visit project branches page
-
- Scenario: I can see project recent git branches
- Then I should see "Shop" recent branches list
Scenario: I can see project all git branches
- Given I click link "All"
+ Given I visit project branches page
Then I should see "Shop" all branches list
Scenario: I can see project protected git branches
- Given I click link "Protected"
+ Given I visit project protected branches page
Then I should see "Shop" protected branches list
Scenario: I create a branch
- Given I click new branch link
+ Given I visit project branches page
+ And I click new branch link
When I submit new branch form
Then I should see new branch created