From b7f4feacce52e078cb909271b4faed6aa15da079 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 4 Jun 2015 00:39:41 +0200 Subject: [PATCH] Fix failing notification cukes --- features/step_definitions/notifications_steps.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/step_definitions/notifications_steps.rb b/features/step_definitions/notifications_steps.rb index c9270a0f8..c61fbf567 100644 --- a/features/step_definitions/notifications_steps.rb +++ b/features/step_definitions/notifications_steps.rb @@ -1,7 +1,7 @@ When /^I filter notifications by likes$/ do - step %(I follow "Liked" within "#notifications_container ul.list-group") + step %(I follow "Liked" within "#notifications_container .list-group") end When /^I filter notifications by mentions$/ do - step %(I follow "Mentioned" within "#notifications_container ul.list-group") + step %(I follow "Mentioned" within "#notifications_container .list-group") end