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