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:
authorJacob Schatz <jschatz@gitlab.com>2016-06-07 21:06:37 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-06-07 21:06:37 +0300
commitbabf20c8ab2c2186590758b193de953c5efdefb4 (patch)
tree7cd94f55bb8f189f0ab2c5047e0d8715c0cfa15b /features
parent40b17bdebd429c3d9693644404be8f56ff3ac441 (diff)
parentf62df363b5daa83b5ba81d75c63816976648446d (diff)
Merge branch 'notification-dropdown-labels' into 'master'
Notifications dropdown on project page now has descriptions ## What does this MR do? Adds descriptions to the notification settings dropdown on project pages. Also changed the order of them to make more sense. ## What are the relevant issue numbers? Part of #12758 ## Screenshots (if relevant) ![Screen_Shot_2016-05-31_at_09.35.24](/uploads/b30d82701a13ec15f672139e1225acf5/Screen_Shot_2016-05-31_at_09.35.24.png) See merge request !4374
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb
index a1785311c2b..2a1a8e776f0 100644
--- a/features/steps/project/project.rb
+++ b/features/steps/project/project.rb
@@ -126,7 +126,7 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I click notifications drop down button' do
- click_link 'notifications-button'
+ find('#notifications-button').click
end
step 'I choose Mention setting' do