@frontend_publishing
@frontend_publishing_user
Feature: Create Song for user

  @id_67cdfb0398c050e45f5ca5190feccf8b543c43af34563211831ca5fd1c5442ce
  Scenario: can create a new song from a template by user
    Given 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 template
    Then I can see the new song in drafts

  @id_74341cc1e50ccaf43d757b876c008d37ca60041e05452061865fbeaa501bc6e9
  Scenario: can create a new song from scratch by user
    Given an orchard employee e2e_user for publishing
    And I log in
    When I create a new song from scratch
    Then I can see the new song in drafts
