2012-09-10 13:27:11 +02:00
|
|
|
Feature: Project Browse branches
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-06-15 06:15:28 +02:00
|
|
|
And I own project "Shop"
|
2012-08-03 18:59:55 +02:00
|
|
|
And project "Shop" has protected branches
|
2012-06-15 06:15:28 +02:00
|
|
|
Given I visit project branches page
|
|
|
|
|
2012-08-03 18:59:55 +02:00
|
|
|
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"
|
|
|
|
Then I should see "Shop" all branches list
|
|
|
|
|
|
|
|
Scenario: I can see project protected git branches
|
|
|
|
Given I click link "Protected"
|
|
|
|
Then I should see "Shop" protected branches list
|
2012-06-15 06:15:28 +02:00
|
|
|
|
2012-09-10 13:27:11 +02:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can download project by branch
|
2012-06-15 06:15:28 +02:00
|
|
|
|
2012-09-10 13:27:11 +02:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can view protected branches
|
2012-06-15 06:15:28 +02:00
|
|
|
|
2012-09-10 13:27:11 +02:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can manage protected branches
|