@ows_metadata
@ows_carveouts
Feature: XML Carveout
  In order to ensure xmls are valid for offer types, pricing tiers and carvouts across multiple stores

  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   |
      | 286 |
      | 12  |
      | 187 |
      | 496 |
