@ows_metadata
# All of these are looking for textarea#xmltextarea. Will need to be fixed.
Feature: XML Xbox
  In order to ensure Xbox XML is valid

  #to be added to smoke test because this uses a webservices api call to generate the xmls
  Scenario: Has work type set as movie
    Given I have a film XML for dms 487 for upc 888002951359
    Then The XML should have a node worktype with Movie tag

  Scenario: Has a people node
    Given I have a film XML for dms 487 for upc 888002951359
    Then the XML should have a people tag

  Scenario: Has a people node that has job/name subnodes
    Given I have a film XML for dms 487 for upc 888002951359
    Then there should be a people parent node with a job child node
    Then there should be a people parent node with a name child node

  Scenario: Has a jobfunction node that has a producer node
    Given I have a film XML for dms 487 for upc 888002951359
    Then The XML should have a node jobfunction with producer tag
