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

  Scenario: Check product tag
    Given I have a film XML for dms 1 for upc 888002415172
    Then the XML should have a product tag

  Scenario: Cast member tag
    Given I have a film XML for dms 1 for upc 888002415172
    Then the XML should have a cast_member tag

  Scenario: Type of film node
    Given I have a film XML for dms 1 for upc 888002415172
    Then The XML should have a node type with film tag

  Scenario: Check for nodes within product tag
    Given I have a film XML for dms 1 for upc 888002415172
    Then There should be children nodes under product tag

  Scenario: Check for ratings tag
    Given I have a film XML for dms 1 for upc 888002415172
    Then the XML should have a ratings tag

  Scenario: Check for ratings rating tag
    Given I have a film XML for dms 1 for upc 888002415172
    Then there should be a ratings parent node with a rating child node
