@frontend_publishing
@frontend_publishing_user
Feature: Submit Song for user

  @id_6bcd26bfe20f2dfcd2dd5770899084d99918a425c32fd4f830e38ef44b74a2f5
  Scenario: can submit a song created form scratch by user
    Given an orchard employee e2e_user for publishing
    And The isrc CA20Y1002451 is not attached to a Publishing Composition for vendor 16475
    And I log in
    When I create a new song to submit
    Then I can successfully submit the song

  @id_fb12f9f29813a0ac077535435662e5c25c9f74ee1018df2bad4078c6fe193c3d
  Scenario: can submit a song created from a global sound recording by user
    Given The isrc QMBZ92098801 is not attached to a Publishing Composition for vendor 16475
    And The isrc CA20Y1002451 is not attached to a Publishing Composition for vendor 16475
    Given an orchard employee e2e_user for publishing
    And I log in
    When I create a new song from a recording to submit
    Then I can successfully submit the song
