Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fork.feature « project « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22f68e5b340e28940dcc6cc814d80f49fcf6088e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Feature: Project Fork
  Background:
    Given I sign in as a user
    And I am a member of project "Shop"
    When I visit project "Shop" page

  Scenario: User fork a project
    Given I click link "Fork"
    When I fork to my namespace
    Then I should see the forked project page

  Scenario: User already has forked the project
    Given I already have a project named "Shop" in my namespace
    And I click link "Fork"
    When I fork to my namespace
    Then I should see a "Name has already been taken" warning