diaspora/features/step_definitions/notifications_steps.rb
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

7 lines
254 B
Ruby

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