@frontend_publishing
@frontend_publishing_admin
Feature: Edit songwriters for admin

  @id_97308947c7338c64a06138f2c9a2f75ee1b4c824b32960d7c790f6da97fe6b52
  Scenario: create a song and then change the songwriters
    Given an orchard employee e2e_admin for publishing
    And I log in
    When I create a new song with songwriters as admin
    Then I can edit newly created song
    And I can remove a songwriter

  @id_db1830e0bb298221e14605f58e5ec7d4858170d249cc91dc4f9c675260931fb5
  Scenario: create a songwriter and then update it's professionally known as
    Given an orchard employee e2e_admin for publishing
    And I log in
    When I create songwriter from scratch as admin
    Then I can see the new songwriter in list
    When I add songwriter's professionally known as
    Then I can see professionally known as for songwriter in list
