@frontend_publishing
@frontend_publishing_user
Feature: Submit Song for user

  @id_c29526a0f71082db004ce0fba1306b2c01d6653d88f594012509eeb6886cc6a1
  Scenario: can submit a song created form scratch
    Given an orchard employee e2e_user for publishing
    And I log in to publishing silently
    When I create a new song to submit
    Then I can successfully submit the song

  @id_b8a5b667a6f4516521d4cb01025b3ac27d2d0ba154c96503754185feb974d936
  Scenario: can submit a song created from a global sound recording
    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 to publishing silently
    When I create a new song from a recording to submit
    Then I can successfully submit the song
