@legacy
Feature: Submit Release
* Using a special release with assets on QAorch (UPC: 664687000120)
* Login to Amazing Grease label (username: mdrake), then click "Copy Release" on:
* http://workstation.qaorch.com/releasebuilder/view?release_id=470042

  # Scenario appears to be very flaky, sometimes failing due to JS alert popping up
  # retry this
  @wip
  Scenario: Copy preexisting release
    Given a Workstation label_17194 user
    And a delivered release with copyable assets
    When I copy the release in Workstation
    Then I expect a new release
    When I enter all required data for release submission
    Then the release should be submittable

  # Scenario appears to be very flaky, sometimes failing due to JS alert popping up
  # retry this
  @wip
  Scenario: Copy preexisting release (after optimizations in QA-63)
    Given a Workstation label_17194 user
    And a delivered release with copyable assets
    When I copy the release in Workstation
    Then PENDING: I expect a new release in less than a minute

  # QA-999989, scenario failing on step "I submit my product"
  @wip
  Scenario: Create and submit product using bulk upload
    Given a Workstation label_7123 user
    And I am on the Workstation::BulkUploadPage
    When I upload a spreadsheet with valid data
    Then the spreadsheet should validate
    When I add the assets to the spreadsheet-created release
    And I submit my product
    Then I should see the submit success modal
