From 89a2c8730b5d1f69703b0879d5b6b7bd5d766695 Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Tue, 31 May 2016 17:51:46 -0300 Subject: Implement custom notification level options --- features/steps/project/project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb index 2a1a8e776f0..98b57e5cbfb 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 - find('#notifications-button').click + first('.notifications-btn').click end step 'I choose Mention setting' do -- cgit v1.2.1