1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
BikeShed-1/spec/acceptance/steps/pagination_steps.rb
Jason Denney aa3ed3d43b git init
2012-12-04 00:46:15 -05:00

4 lines
79 B
Ruby

step "I go to the next page" do
page.find('.pagination li.next a').click
end