diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-30 10:32:19 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-30 10:44:20 +0200 |
commit | 065faac3a390f29b57db5261e9eab4efa076554c (patch) | |
tree | c146ea487210528f4ad79f8ea0b5d369c1ad8c7d /features/profile | |
parent | 49f9873ce2a88fb38f23f7eb09471e8b58aebe1d (diff) | |
download | gitlab-ce-065faac3a390f29b57db5261e9eab4efa076554c.tar.gz |
Test changing notification settings per project fron notificaitons page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/notifications.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/profile/notifications.feature b/features/profile/notifications.feature index 55997d44dec..ef8743932f5 100644 --- a/features/profile/notifications.feature +++ b/features/profile/notifications.feature @@ -7,3 +7,9 @@ Feature: Profile Notifications Scenario: I visit notifications tab When I visit profile notifications page Then I should see global notifications settings + + @javascript + Scenario: I edit Project Notifications + Given I visit profile notifications page + When I select Mention setting from dropdown + Then I should see Notification saved message |