@track_builder
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

  @ows_track
  @frontend_distribution
  @id_23461df9b9ece524b41195c687d59aebbc9956a43621d39091b775d0a437ca54
  Scenario: Delete and add track performers
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I am on the digital product tracks page for the product 2094179
    When I delete all optional track contributors
    And 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
    And I save my track contributors
    Then I can see the contributors that I added in the performers section

  @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_admin for workstation
    And I log in
    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
