@frontend_publishing
@frontend_publishing_admin
Feature: Create Song for admin

  @id_dd931b93e88a8d1bf8781a573ea0c8da7dabc49515015e134c712cb6d85793a9
  Scenario: can create a new song from a template
    Given 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
    And an orchard employee e2e_admin for publishing
    And I log in
    When I create a new song from a template as admin
    Then I can see the new song in drafts

  @id_fd7793c9db7b6441011037d46c28920e8b1b9a0e773b81ab8377ee3b06d6b9fc
  Scenario: can create a new song from scratch
    Given an orchard employee e2e_admin for publishing
    And I log in
    When I create a new song from scratch as admin
    Then I can see the new song in drafts
