summaryrefslogtreecommitdiff
path: root/features/profile
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-04 22:55:27 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-06-04 22:55:27 +0200
commite84057da1bc0d96e7f24424f423a9491d99d5585 (patch)
treed1144e98db8ea03860621f72777e4eed1516bf3a /features/profile
parenta76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff)
downloadgitlab-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/profile')
-rw-r--r--features/profile/active_tab.feature1
-rw-r--r--features/profile/emails.feature1
-rw-r--r--features/profile/group.feature1
-rw-r--r--features/profile/notifications.feature1
-rw-r--r--features/profile/profile.feature1
-rw-r--r--features/profile/ssh_keys.feature1
6 files changed, 6 insertions, 0 deletions
diff --git a/features/profile/active_tab.feature b/features/profile/active_tab.feature
index 475641a33ed..a99409d9fd7 100644
--- a/features/profile/active_tab.feature
+++ b/features/profile/active_tab.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile active tab
Background:
Given I sign in as a user
diff --git a/features/profile/emails.feature b/features/profile/emails.feature
index 148fc766081..19ed949f6ae 100644
--- a/features/profile/emails.feature
+++ b/features/profile/emails.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile Emails
Background:
Given I sign in as a user
diff --git a/features/profile/group.feature b/features/profile/group.feature
index 70b682e2913..e2fbfde77be 100644
--- a/features/profile/group.feature
+++ b/features/profile/group.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile Group
Background:
Given I sign in as "John Doe"
diff --git a/features/profile/notifications.feature b/features/profile/notifications.feature
index e7937953c1b..55997d44dec 100644
--- a/features/profile/notifications.feature
+++ b/features/profile/notifications.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile Notifications
Background:
Given I sign in as a user
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index 44bb190f624..d2125e013bc 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile
Background:
Given I sign in as a user
diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature
index 018d124e412..581503fc5f9 100644
--- a/features/profile/ssh_keys.feature
+++ b/features/profile/ssh_keys.feature
@@ -1,3 +1,4 @@
+@profile
Feature: Profile SSH Keys
Background:
Given I sign in as a user