Sha256: a68d9549fe81591ab2d99e5b6c3200f543bd29500e386b3f5122d7f02b1287af
Contents?: true
Size: 279 Bytes
Versions: 73
Compression:
Stored size: 279 Bytes
Contents
Then /^I should not see pagination$/ do page.should_not have_css(".pagination") end Then /^I should see pagination with (\d+) pages$/ do |count| step %{I should see "#{count}" within ".pagination a"} step %{I should not see "#{count.to_i + 1}" within ".pagination a"} end
Version data entries
73 entries across 73 versions & 7 rubygems