Then /^I should not see ([^\"]*)'s product image$/ do |product_name|
  p = Product.find_by name: product_name
  path = url_for(p.enterprise.public_profile_url.merge(controller: "products_plugin/page", action: "show", id: p))

  with_scope(".zoomable-image") do