@ows_metadata
Feature: XML Pluto_tv Film
  In order to ensure pluto_tv film XML is valid

  Scenario: Has a item node
    Given I have a film XML for dms 702 for upc 191018012274
    Then the XML should have a item tag

  Scenario: Has a guid with 191018012274
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node guid with 191018012274 tag

  Scenario: Has a title with The Fourth Phase
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node title with The Fourth Phase tag

  Scenario: Has a programmingtype with full movie tag
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node programmingtype with full movie tag

  Scenario: Has a sub-category with Extreme Sports Compilations
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node sub-category with Extreme Sports Compilations tag

  Scenario: Has a genre with Documentaries
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node genre with Documentaries tag

  Scenario: Has a sub-genre with Sports Documentaries
    Given I have a film XML for dms 702 for upc 191018012274
    Then The XML should have a node sub-genre with Sports Documentaries tag

  Scenario: Has a captions node
    Given I have a film XML for dms 702 for upc 191018012274
    Then the XML should have a captions tag

  Scenario: Has a content node
    Given I have a film XML for dms 702 for upc 191018012274
    Then the XML should have a content tag

  Scenario: Has a subtitle node
    Given I have a film XML for dms 702 for upc 191018012274
    Then the XML should have 1 subtitle tag(s)

  Scenario: Has a include node
    Given I have a film XML for dms 702 for upc 191018012274
    Then the XML should have a include tag
