@ows_metadata
Feature: XML Library Ideas TV
  In order to ensure Library Ideas TV XML is valid

  Scenario: Has a title node
    Given I have an TV XML for dms 564 upc 885686530009
    Then the XML should have a title tag
    And there should be a titleinfo parent node with a title child node

  Scenario: Has a Synopses node
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a titleinfo parent node with a synopses child node

  Scenario: Has a Long Synopses node
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a synopses parent node with a long child node

  Scenario: Has a Short Synopses node
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a synopses parent node with a short child node

  Scenario: Has a season node
    Given I have an TV XML for dms 564 upc 885686530009
    Then the XML should have a season tag

  Scenario: Has an episode node that has a uniqueid subnode
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a episode parent node with a uniqueid child node

  Scenario: Has a contentinfo node that has a filename subnode
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a contentinfo parent node with a filename child node

  Scenario: Has a titleinfo node that has a sequence subnode
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a titleinfo parent node with a sequence child node

  Scenario: Has a titleinfo node that has a rating subnode
    Given I have an TV XML for dms 564 upc 885686530009
    Then there should be a titleinfo parent node with a rating child node
