Sha256: b9fbadc4053847005d3070f9534fbb7f2e13675e64b09dbf219f9552ccfe5965
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 Bytes
Contents
Then /^I should see an action item to "([^"]*)"$/ do |link| page.should have_css('.resource_actions a', text: link) end Then /^I should not see an action item to "([^"]*)"$/ do |link| page.should_not have_css('.resource_actions a', text: link) end Then /^I should see action items:$/ do |table| table.raw.first.each do |link| page.should have_css('.resource_actions a', text: link) end end
Version data entries
7 entries across 7 versions & 1 rubygems