Feature: Track Builder Blank
  In order to ensure I can create a blank track
  As a vendor
  I need to verify the Add Blank Tracks feature

  @ows_track
  @ows_assets
  @frontend_distribution
  Scenario: Add blank tracks
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductTracksPage for a product with no tracks
    When I add 2 blank tracks
    Then I should see my product has 2 tracks
    When I add 2 blank tracks on a product which already has tracks
    Then I should see my product has 4 tracks
