@ows_delivery_metadata
Feature: XML Carveout
  Τo ensure xmls are valid for offer types, pricing tiers and carveouts across multiple stores

  @id_6e55bf8b79e7cde85f2bff3ae3809ba4af869069e45d4bc91370065741ec074f
  Scenario Outline: Check Spotify xml offer type
    Given I have an Audio XML for dms <dms> upc 191018928940
    Then I should see the store <dms> is carvedout

    Examples:
      | dms |
      | 1   |
      | 12  |
      | 496 |


# dmsId 187 (Amazon) is excluded here: UPC 191018928940 is not an Amazon carveout.
# The DDEX 4.3 delivery-metadata endpoint for dms 187 does not use <takedown> elements,
# so no takedown assertion applies.