@track_builder
Feature: Track Builder Blank
  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
  @id_1497f461df71b45218c52c6c12e45b5c2057506fc9207e87b382c744bf2775f6
  Scenario: Add blank tracks
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I have a new digital product for the project 3697912 for label 7123
    And I am on the digital product tracks page 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 more blank tracks on a product which already has tracks
    Then I should see my product has 4 tracks
