Sha256: 77675876a5e5d2cf987e0ba5dbfba6311b5fe9758e2f1bd90b08a51ae7defdad
Contents?: true
Size: 261 Bytes
Versions: 47
Compression:
Stored size: 261 Bytes
Contents
Then /^I should see an action item link to "([^"]*)"$/ do |link| expect(page).to have_css('.action_item a', text: link) end Then /^I should not see an action item link to "([^"]*)"$/ do |link| expect(page).to_not have_css('.action_item a', text: link) end
Version data entries
47 entries across 47 versions & 6 rubygems