Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2015-09-17 02:03:48 +0300
committerPatricio Cano <suprnova32@gmail.com>2015-09-17 02:03:48 +0300
commitde1ffce7391a9e6adf07a8be60cd36bbc95ef2f3 (patch)
tree59fd5fb4792f2f91f8b0bfaa69de94be56ff8eae /features/project/project.feature
parentfa6df2228e7d8957db4b37a44b687c71aac52449 (diff)
Added Spinach tests and updated CHANGELOG
Diffstat (limited to 'features/project/project.feature')
-rw-r--r--features/project/project.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/project.feature b/features/project/project.feature
index 089ffcba14a..b3fb0794547 100644
--- a/features/project/project.feature
+++ b/features/project/project.feature
@@ -74,3 +74,9 @@ Feature: Project
Given I disable snippets in project
When I visit project "Shop" page
Then I should not see "Snippets" button
+
+ @javascript
+ Scenario: I edit Project Notifications
+ Given I click notifications drop down button
+ When I choose Mention setting
+ Then I should see Notification saved message