summaryrefslogtreecommitdiff
path: root/features/projects/commits/branches.feature
blob: 2b136e1b582f2383b5e18f6bd9e6150527014428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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