@track_builder
Feature: Track Builder Validation I
  To ensure I can validate tracks in the tracklist
  As a vendor
  I need to verify Track Builder validation feature

  @ows_track
  @ows_assets
  @frontend_distribution
  @id_28638ea0166bb7f48591e10f4f9a9a7bb28c8dc822da40d467f2ad461129409f
  Scenario: Track validation state changes
    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 data 7123_track_validation
    And I am on the digital product tracks page for a product with no tracks
    When I import a valid track via upload from computer dialog box
    And I click the validate product button
    Then I should see a validation message for missing track fields
    And I should see an icon for a track because not all fields are filled
    When I fill in all the required track builder fields
    And I click the validate product button
    Then I should see a validation icon for complete track fields
