custom_web_steps.rb 189 Bytes Edit Raw Blame History 1 2 3 4 5 Then /^"([^"]*)" should not be visible within "([^"]*)"$/ do |text, selector| if page.has_content?(text) page.should have_no_css(selector, :text => text, :visible => false) end end