@legacy
@oa
Feature: Label Audit
  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
  @id_c09c11c4fa46c9d4b0917277affe9c1dcd214a43967dceaeafd96d39f919e115
  Scenario: Label audit report generation
    Given an orchard employee cypress_manager visits OA
    And I log in to OA
    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
  @id_3b4aa31891e3475d01f55c12a5460873e2caaf250d1784d6b6388b249d68ab80
  Scenario: Label audit report verification
    Given an orchard employee cypress_manager visits OA
    And I log in to OA
    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
