diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-06-04 22:55:27 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-06-04 22:55:27 +0200 |
commit | e84057da1bc0d96e7f24424f423a9491d99d5585 (patch) | |
tree | d1144e98db8ea03860621f72777e4eed1516bf3a /features/dashboard | |
parent | a76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff) | |
download | gitlab-ce-e84057da1bc0d96e7f24424f423a9491d99d5585.tar.gz |
Splitted the Spinach tests to prevent time-outs
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/active_tab.feature | 1 | ||||
-rw-r--r-- | features/dashboard/archived_projects.feature | 1 | ||||
-rw-r--r-- | features/dashboard/dashboard.feature | 1 | ||||
-rw-r--r-- | features/dashboard/event_filters.feature | 1 | ||||
-rw-r--r-- | features/dashboard/help.feature | 1 | ||||
-rw-r--r-- | features/dashboard/issues.feature | 1 | ||||
-rw-r--r-- | features/dashboard/merge_requests.feature | 1 | ||||
-rw-r--r-- | features/dashboard/projects.feature | 1 | ||||
-rw-r--r-- | features/dashboard/search.feature | 1 |
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 |