diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-05 21:56:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-05 21:56:48 +0300 |
commit | db779388fee09b14ee591d9cb4981bdae3d23be9 (patch) | |
tree | 3155c3c218e373bddb6fb6463d730fa43d69d5ca /features/admin | |
parent | 08c3c0659ca65d89c7998ce690b30a1d09b6df87 (diff) | |
parent | e84057da1bc0d96e7f24424f423a9491d99d5585 (diff) | |
download | gitlab-ce-db779388fee09b14ee591d9cb4981bdae3d23be9.tar.gz |
Merge pull request #7075 from jvanbaarsen/split-spinach-tests
Splitted the Spinach tests to prevent time-outs
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/active_tab.feature | 1 | ||||
-rw-r--r-- | features/admin/broadcast_messages.feature | 1 | ||||
-rw-r--r-- | features/admin/groups.feature | 1 | ||||
-rw-r--r-- | features/admin/logs.feature | 1 | ||||
-rw-r--r-- | features/admin/projects.feature | 1 | ||||
-rw-r--r-- | features/admin/users.feature | 1 |
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 |