admin_categories_steps.rb 162 Bytes Edit Raw Blame History Permalink 1 2 3 4 When /^I follow "([^"]*)" and wait while it hides$/ do |link| click_link link wait_until{ page.should have_no_css('a', :text => link, :visible => true) } end