diaspora/features/step_definitions/notifications_steps.rb
2015-06-04 18:05:44 +02:00

7 lines
250 B
Ruby

When /^I filter notifications by likes$/ do
step %(I follow "Liked" within "#notifications_container .list-group")
end
When /^I filter notifications by mentions$/ do
step %(I follow "Mentioned" within "#notifications_container .list-group")
end