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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-05 00:55:27 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-05 00:55:27 +0400
commite84057da1bc0d96e7f24424f423a9491d99d5585 (patch)
treed1144e98db8ea03860621f72777e4eed1516bf3a /features/admin
parenta76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff)
Splitted the Spinach tests to prevent time-outs
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/active_tab.feature1
-rw-r--r--features/admin/broadcast_messages.feature1
-rw-r--r--features/admin/groups.feature1
-rw-r--r--features/admin/logs.feature1
-rw-r--r--features/admin/projects.feature1
-rw-r--r--features/admin/users.feature1
6 files changed, 6 insertions, 0 deletions
diff --git a/features/admin/active_tab.feature b/features/admin/active_tab.feature
index 15fcda45e40..b28e16f0d6a 100644
--- a/features/admin/active_tab.feature
+++ b/features/admin/active_tab.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin active tab
Background:
Given I sign in as an admin
diff --git a/features/admin/broadcast_messages.feature b/features/admin/broadcast_messages.feature
index 5f16120b7cc..b2c3112320a 100644
--- a/features/admin/broadcast_messages.feature
+++ b/features/admin/broadcast_messages.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin Broadcast Messages
Background:
Given I sign in as an admin
diff --git a/features/admin/groups.feature b/features/admin/groups.feature
index 352c1b3803f..1a465c1be55 100644
--- a/features/admin/groups.feature
+++ b/features/admin/groups.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin Groups
Background:
Given I sign in as an admin
diff --git a/features/admin/logs.feature b/features/admin/logs.feature
index d07f0048080..ceb3bc34927 100644
--- a/features/admin/logs.feature
+++ b/features/admin/logs.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin Logs
Background:
Given I sign in as an admin
diff --git a/features/admin/projects.feature b/features/admin/projects.feature
index 4a4ee1c11e0..fb07ccdb352 100644
--- a/features/admin/projects.feature
+++ b/features/admin/projects.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin Projects
Background:
Given I sign in as an admin
diff --git a/features/admin/users.feature b/features/admin/users.feature
index ce9f32f50d9..ce31aafd290 100644
--- a/features/admin/users.feature
+++ b/features/admin/users.feature
@@ -1,3 +1,4 @@
+@admin
Feature: Admin Users
Background:
Given I sign in as an admin