summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-05 21:56:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-05 21:56:48 +0300
commitdb779388fee09b14ee591d9cb4981bdae3d23be9 (patch)
tree3155c3c218e373bddb6fb6463d730fa43d69d5ca /features/dashboard
parent08c3c0659ca65d89c7998ce690b30a1d09b6df87 (diff)
parente84057da1bc0d96e7f24424f423a9491d99d5585 (diff)
downloadgitlab-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/dashboard')
-rw-r--r--features/dashboard/active_tab.feature1
-rw-r--r--features/dashboard/archived_projects.feature1
-rw-r--r--features/dashboard/dashboard.feature1
-rw-r--r--features/dashboard/event_filters.feature1
-rw-r--r--features/dashboard/help.feature1
-rw-r--r--features/dashboard/issues.feature1
-rw-r--r--features/dashboard/merge_requests.feature1
-rw-r--r--features/dashboard/projects.feature1
-rw-r--r--features/dashboard/search.feature1
9 files changed, 9 insertions, 0 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature
index 3e1cf5aa0ca..22dfa2f7840 100644
--- a/features/dashboard/active_tab.feature
+++ b/features/dashboard/active_tab.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard active tab
Background:
Given I sign in as a user
diff --git a/features/dashboard/archived_projects.feature b/features/dashboard/archived_projects.feature
index 399c9b53d81..e23238d225c 100644
--- a/features/dashboard/archived_projects.feature
+++ b/features/dashboard/archived_projects.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard with archived projects
Background:
Given I sign in as a user
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature
index e249f392de7..bebaa78e46c 100644
--- a/features/dashboard/dashboard.feature
+++ b/features/dashboard/dashboard.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard
Background:
Given I sign in as a user
diff --git a/features/dashboard/event_filters.feature b/features/dashboard/event_filters.feature
index e0c6b84b008..41de0ae8317 100644
--- a/features/dashboard/event_filters.feature
+++ b/features/dashboard/event_filters.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Event filters
Background:
Given I sign in as a user
diff --git a/features/dashboard/help.feature b/features/dashboard/help.feature
index 02ec688f804..56a0a860ab9 100644
--- a/features/dashboard/help.feature
+++ b/features/dashboard/help.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Help
Background:
Given I sign in as a user
diff --git a/features/dashboard/issues.feature b/features/dashboard/issues.feature
index d316b2d9205..72627e43e05 100644
--- a/features/dashboard/issues.feature
+++ b/features/dashboard/issues.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard Issues
Background:
Given I sign in as a user
diff --git a/features/dashboard/merge_requests.feature b/features/dashboard/merge_requests.feature
index de560300735..dcef1290e7e 100644
--- a/features/dashboard/merge_requests.feature
+++ b/features/dashboard/merge_requests.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard Merge Requests
Background:
Given I sign in as a user
diff --git a/features/dashboard/projects.feature b/features/dashboard/projects.feature
index 7d8c129face..5214cfc28ef 100644
--- a/features/dashboard/projects.feature
+++ b/features/dashboard/projects.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard projects
Background:
Given I sign in as a user
diff --git a/features/dashboard/search.feature b/features/dashboard/search.feature
index 91d870f46f3..24c45028697 100644
--- a/features/dashboard/search.feature
+++ b/features/dashboard/search.feature
@@ -1,3 +1,4 @@
+@dashboard
Feature: Dashboard Search
Background:
Given I sign in as a user