Sha256: 3530b3dc0b90cc2c2390942116980bd0afada5908bda2d00a5d340ec437b7526
Contents?: true
Size: 284 Bytes
Versions: 66
Compression:
Stored size: 284 Bytes
Contents
Then /^I should see a sidebar titled "([^"]*)"$/ do |title| page.should have_css(".sidebar_section h3", :text => title) end Then /^I should not see a sidebar titled "([^"]*)"$/ do |title| page.all(:css, "##{title.gsub(" ", '').underscore}_sidebar_section").count.should == 0 end
Version data entries
66 entries across 66 versions & 4 rubygems