Given(/^the film product exists$/) do
  @product_id = 138_761
end

Given(/^the music product exists$/) do
  @product_id = 835
end

Given(/^the track exists$/) do
  @track_id = 1_258_537
end

Given(/^the product has no similar override$/) do
  OwsPricing.clean_product(@product_id)
end

Given(/^the track has no similar override$/) do
  OwsPricing.clean_track(@track_id)
end
