@frontend_publishing
@frontend_publishing_admin
Feature: Submit Song for admin

  @id_c29526a0f71082db004ce0fba1306b2c01d6653d88f594012509eeb6886cc6a1
  Scenario: can submit a song created form scratch
    Given an orchard employee e2e_admin for publishing
    And The isrc QMBZ92098805 is not attached to a Publishing Composition for vendor 21989
    And I log in
    When I create a new song to submit as admin
    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 21989
    And The isrc QMBZ92098805 is not attached to a Publishing Composition for vendor 21989
    And The isrc QZ2D41800013 is not attached to a Publishing Composition for vendor 21989
    Given an orchard employee e2e_admin for publishing
    And I log in
    When I create a new song from a recording to submit as admin
    Then I can successfully submit the song
