Sha256: a7f3f2e6bbac95ce99f1e2b1bf63e5fc42b077bfdc311b11d512a07eb699b93f
Contents?: true
Size: 430 Bytes
Versions: 32
Compression:
Stored size: 430 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 Then /^I should see the pagination "Next" link/ do expect(page).to have_css "a", text: "Next" end Then /^I should not see the pagination "Next" link/ do expect(page).to_not have_css "a", text: "Next" end
Version data entries
32 entries across 32 versions & 5 rubygems