@legacy
@oa
Feature: OA Export Release Search Results
  In order to export the release search results
  As an OA User
  I need to verify that release search results return expected searched release

  #  Check out cucumber_tests/features/support/file_system_helpers/downloader.rb:50
  @wip
  Scenario: Export release Search results
    Given an OA Technology_manager user
    When I search releases with the manufacturer UPC: 0028945636429
    Then the searched release should be displayed on the release search results page
    When I export the release search results
    Then the searched release should be displayed in the exported spreadsheet
