Sha256: 823f262e90d34b9063cf536490948dd1fa24751e45a55154ef6e876e3201100f
Contents?: true
Size: 263 Bytes
Versions: 5
Compression:
Stored size: 263 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
5 entries across 5 versions & 2 rubygems