Sha256: b4ce69920f405c46844775719c2971bcd99df72eb7d34684319a78f060df5c73
Contents?: true
Size: 269 Bytes
Versions: 78
Compression:
Stored size: 269 Bytes
Contents
Then /^I should see an action item button "([^"]*)"$/ do |content| page.should have_css(".action_items a", :text => content) end Then /^I should not see an action item button "([^"]*)"$/ do |content| page.should_not have_css(".action_items", :text => content) end
Version data entries
78 entries across 78 versions & 6 rubygems