Feature: Track Builder Stress Test
  Try to overload track builder by uploading a specific number of tracks

  # QA environment
  Scenario: Upload lots of tracks and look for failures QA
    Given a Workstation label_7123 user
    And I am on the Project::DigitalProductTracksPage for the product 2094179
    When I upload 30 tracks via track builder
    Then I should not see any track builder issues

  # Prod environment. Run with 'DOMAIN_PROFILE=production'
  Scenario: Upload lots of tracks and look for failures prod
    Given I am logged into workstation on production
    And I am on the Project::DigitalProductTracksPage for the product 2094179
    When I upload 11 tracks via track builder
    Then I should not see any track builder issues
