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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-05-27 01:55:49 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-07 21:25:58 +0300
commit338072cc4ba66cd7eb6fbd9541862946e4ae4b75 (patch)
tree41b4782724653a42328f155edc5cf57b6d227f16 /features/admin
parent86d83a3a85dfc252ee5efb8cc630e1a4295adb93 (diff)
Layout for Users Groups and Projects on admin area
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/projects.feature4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/admin/projects.feature b/features/admin/projects.feature
index c5ee80136c8..8929bcf8d80 100644
--- a/features/admin/projects.feature
+++ b/features/admin/projects.feature
@@ -10,10 +10,11 @@ Feature: Admin Projects
Then I should see all non-archived projects
And I should not see project "Archive"
+ @javascript
Scenario: I should see all projects in the list
Given archived project "Archive"
When I visit admin projects page
- And I check "Show archived projects"
+ And I select "Show archived projects"
Then I should see all projects
And I should see "archived" label
@@ -22,6 +23,7 @@ Feature: Admin Projects
And I click on first project
Then I should see project details
+ @javascript
Scenario: Transfer project
Given group 'Web'
And I visit admin project page