diaspora/features/step_definitions/notifications_steps.rb
2014-03-19 18:45:52 +01:00

7 lines
258 B
Ruby

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