diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-26 20:54:51 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-26 20:54:51 +0300 |
commit | 318b50a0b3df4842cc33a15ff2019c948af15359 (patch) | |
tree | 3e5e0549b18ed937d95c5732e676f4f0e68b0a9a /features/profile | |
parent | 6642709faa090107e13ab8ad5aa74f2949e73faf (diff) | |
download | gitlab-ce-318b50a0b3df4842cc33a15ff2019c948af15359.tar.gz |
Add profile notification spinach
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/notifications.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/profile/notifications.feature b/features/profile/notifications.feature new file mode 100644 index 00000000000..e7937953c1b --- /dev/null +++ b/features/profile/notifications.feature @@ -0,0 +1,8 @@ +Feature: Profile Notifications + Background: + Given I sign in as a user + And I own project "Shop" + + Scenario: I visit notifications tab + When I visit profile notifications page + Then I should see global notifications settings |