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

projects.feature « admin « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6c3d6b78222b87b45503faa33cbb82ea186e967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@admin
Feature: Admin Projects
  Background:
    Given I sign in as an admin
    And there are projects in system

  Scenario: Projects list
    When I visit admin projects page
    Then I should see all projects

  Scenario: Projects show
    When I visit admin projects page
    And I click on first project
    Then I should see project details

  Scenario: Transfer project
    Given group 'Web'
    And I visit admin project page
    When I transfer project to group 'Web'
    Then I should see project transfered