diff options
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/active_tab.feature | 1 | ||||
-rw-r--r-- | features/profile/emails.feature | 1 | ||||
-rw-r--r-- | features/profile/group.feature | 1 | ||||
-rw-r--r-- | features/profile/notifications.feature | 1 | ||||
-rw-r--r-- | features/profile/profile.feature | 1 | ||||
-rw-r--r-- | features/profile/ssh_keys.feature | 1 |
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 |