2012-09-10 07:27:11 -04:00
|
|
|
Feature: Project Browse branches
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-06-15 00:15:28 -04:00
|
|
|
And I own project "Shop"
|
2012-08-03 12:59:55 -04:00
|
|
|
And project "Shop" has protected branches
|
2012-06-15 00:15:28 -04:00
|
|
|
Given I visit project branches page
|
|
|
|
|
2012-08-03 12:59:55 -04: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 00:15:28 -04:00
|
|
|
|
2012-09-10 07:27:11 -04:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can download project by branch
|
2012-06-15 00:15:28 -04:00
|
|
|
|
2012-09-10 07:27:11 -04:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can view protected branches
|
2012-06-15 00:15:28 -04:00
|
|
|
|
2012-09-10 07:27:11 -04:00
|
|
|
# @wip
|
|
|
|
# Scenario: I can manage protected branches
|