@ows_metadata
Feature: XML Hulu Film
  In order to ensure Hulu Film XML is valid

  Scenario: Has a title node
    Given I have a film XML for dms 392 for upc 888002415172
    Then the XML should have a title tag
    Then there should be a series parent node with a title child node

  Scenario: Has a Synopses node
    Given I have a film XML for dms 392 for upc 888002415172
    Then there should be a series parent node with a description child node

  Scenario: Has a Long Synopses node
    Given I have a film XML for dms 392 for upc 888002415172
    Then there should be a video parent node with a mediatype child node

  Scenario: Has a Short Synopses node
    Given I have a film XML for dms 392 for upc 888002415172
    Then there should be a video parent node with a description child node

  Scenario: Has a film type
    Given I have a film XML for dms 392 for upc 888002415172
    Then The XML should have a node mediatype with Film tag
