Fix failing notification cukes

This commit is contained in:
Steffen van Bergerem 2015-06-04 00:39:41 +02:00 committed by Jonne Haß
parent d7522d9498
commit b7f4feacce

View file

@ -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