branches.feature
726 Bytes
Feature: Project Browse branches
  Background:
    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"
    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
  # @wip
  # Scenario: I can download project by branch
  # @wip
  # Scenario: I can view protected branches
  # @wip
  # Scenario: I can manage protected branches