# Moved -> cypress/e2e/workstation/productBuilderMigration/trackBuilderValidationII.feature
# Recommend consolidating performer and lyrics scenarios into workflow user journey tests
Feature: Track Builder Validation 2
  To ensure I can validate tracks in the tracklist
  As a vendor
  I need to verify Track Builder validation feature

  @refactor_keep
  @ows_track
  @frontend_distribution
  @id_23461df9b9ece524b41195c687d59aebbc9956a43621d39091b775d0a437ca54
  Scenario: Delete and add track performers
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital product tracks page for the product 2094179
    When I delete all optional track contributors
    Then only the primary performer is left
    When I add a Primary performer with the Wind Instruments - Didgeridoo role
    And I add a Featured performer with the Vocals - Whistling role
    And I add a Non-Featured performer with the Percussion - Vibra-Slap role
    And I add a studio personnel with the Additional Engineer role
    And I add a label personnel with the A & R Administrator role
    And I add a compositional contributor with the Author role
    Then I can see the performers that I added in the performers section
    And I can see the studio personnel that I added in the studio personnel section
    And I can see the label personnel that I added in the label personnel section
    And I can see the compositional contributor that I added in the compositional contributor section

  # DIG-6737
  @refactor_keep
  @frontend_distribution
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_track
  @ows_lyrics
  @id_1875f10ecd42891802016b37109aa0d88f1a41a5e59d21e2888df7146ddc84ec
  Scenario: Add lyrics to track
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital product tracks page for the product 2206986
    And I delete lyrics to my track and save
    And I am on the digital product tracks page for the product 2206986
    When I add lyrics to my track and save
    And I am on the digital product tracks page for the product 2206986
    Then I should see my expected lyrics on the track
