From 4c98357f16b1acfa793d8a5b28c7147e21f20356 Mon Sep 17 00:00:00 2001 From: Patricio Cano Date: Wed, 16 Sep 2015 19:46:24 -0500 Subject: Added Global to the drop downs and updated the label of the button to show the current level instead of `Notifications` --- features/steps/project/project.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/steps/project/project.rb') 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 -- cgit v1.2.1