Sha256: 8266cd677772dbf52bd520f244c2e6807018ce57d59c5fc5e358a1e3f44d8ab8
Contents?: true
Size: 428 Bytes
Versions: 14
Compression:
Stored size: 428 Bytes
Contents
Then /^I should see resource action items:$/ do |table| table.raw.first.each do |link| page.should have_css("#list td.actions a[title='#{link}']") end end Then /^I should not see resource action item "(.*?)"$/ do |link| page.should_not have_css("#list td.actions a[title='#{link}']") end Then /^I should see resource action item "(.*?)"$/ do |link| page.should have_css("#list td.actions a[title='#{link}']") end
Version data entries
14 entries across 14 versions & 1 rubygems