@ows_metadata
  # for upc changed to exclude store. wipped until new for upc is found.
Feature: XML Library Ideas Film
  In order to ensure Library Ideas Film XML is valid

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

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

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

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

  Scenario: Has a movie node
    Given I have a film XML for dms 564 for upc 888831488361
    Then the XML should have a movie tag

  Scenario: Has a video node that has a rating subnode
    Given I have a film XML for dms 564 for upc 888831488361
    Then there should be a movie parent node with a rating child node
