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 03:46:24 +0300
committerPatricio Cano <suprnova32@gmail.com>2015-09-17 03:46:24 +0300
commit4c98357f16b1acfa793d8a5b28c7147e21f20356 (patch)
tree4fac132cf08e07b89a44c5cc253727c4c2552924 /features/steps/project/project.rb
parentde1ffce7391a9e6adf07a8be60cd36bbc95ef2f3 (diff)
Added Global to the drop downs and updated the label of the button to show the current level instead of `Notifications`
Diffstat (limited to 'features/steps/project/project.rb')
-rw-r--r--features/steps/project/project.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb
index 54c026395fc..390a0ba9703 100644
--- a/features/steps/project/project.rb
+++ b/features/steps/project/project.rb
@@ -132,11 +132,11 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I click notifications drop down button' do
- click_link 'Notifications'
+ click_link 'notifications-button'
end
step 'I choose Mention setting' do
- click_link 'Mention'
+ click_link 'On mention'
end
step 'I should see Notification saved message' do