@ddex
@production
Feature: DDEX Xml
  Τo ensure DDEX xml is valid

  @id_1feb109bd921849fc99667aa990e398c9aa4172af511023ff3cc35c4075187e5
  Scenario Outline: Check DDEX xml
    Given I have a DDEX XML for dms <dms> upc <upc> and version <version>
    Then I the DDEX xml is valid for upc <upc>

    Examples:
      | dms | upc          | version |
      | 286 | 191018253790 | 3.8.0   |
      | 549 | 197190454697 | 3.2.0   |
