When /^I follow image link "([^"]*)"$/ do |img_alt| find(:xpath, "//img[@alt = '#{img_alt}']/parent::a").click() end