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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/admin/projects.feature')
-rw-r--r--features/admin/projects.feature20
1 files changed, 0 insertions, 20 deletions
diff --git a/features/admin/projects.feature b/features/admin/projects.feature
deleted file mode 100644
index a6c3d6b7822..00000000000
--- a/features/admin/projects.feature
+++ /dev/null
@@ -1,20 +0,0 @@
-@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