@legacy
@oa
Feature: Label Audit
  In order to perform a comprehensive analysis of a label's assets in the Orchard system
  as a video services team member
  I need to generate a label audit

  # no idea why @wip'd
  @wip
  Scenario: Label audit report generation
    Given an OA Technology_manager user
    When I generate a label audit report for label 17194
    Then I should see a confirmation message and the report queued for processing

  # no idea why @wip'd
  @wip
  Scenario: Label audit report verification
    Given an OA Technology_manager user
    When I download the latest label audit report for label 17194
    Then I see the label audit report as a spreadsheet with the appropriate sections
