gitlabhq/features/projects/commits/branches.feature

14 lines
312 B
Gherkin
Raw Normal View History

Feature: Browse branches
Background:
Given I signin as a user
And I own project "Shop"
Given I visit project branches page
Scenario: I can see all git branches
Scenario: I can download project by branch
Scenario: I can view protected branches
Scenario: I can manage protected branches