@legacy
@oa
Feature: Sales Sheets

  Scenario: Navigate to single sales sheet page for approved product
    Given an OA Technology_manager user
    And I am on the OA::ViewReleasePage for UPC 888002396747
    When I go to the sales sheets section
    Then I should be on the OA::SingleSheetPage

  Scenario: Navigate to bulk sales sheets page
    Given an OA Technology_manager user
    And I have UPCs for multiple in-content physical products
    And generate_bulk_sales_sheets is enabled
    And I am on the OA::RelationshipsPage
    When I go to Bulk Sales Sheets Generation
    Then I should be on the SalesSheets::BulkGeneratePage

  ## wip'ed below scenario while waiting an update from security team
  @wip 
  @smoke_dev
  Scenario: Generate single sales sheet for approved product (PHYS-3222)
    Given an OA Technology_manager user
    And I am on the OA::SingleSheetPage for release 1043505
    When I generate the sales sheet
    Then I can download the sales sheet
    And the extension of the downloaded file is .pdf
