Sha256: 5cbc2a98e48f431c8fc7ec272baf5f294d0ede36e89315f5c6b8a66a3be85fab
Contents?: true
Size: 220 Bytes
Versions: 14
Compression:
Stored size: 220 Bytes
Contents
Then /^I should not see pagination$/ do expect(page).to_not have_css '.pagination' end Then /^I should see pagination with (\d+) pages$/ do |count| expect(page).to have_css '.pagination span.page', count: count end
Version data entries
14 entries across 14 versions & 2 rubygems