@frontend_publishing
@frontend_publishing_user
Feature: Search song for user

  @id_4b783389b35b1343770a163cc04dfac96a2a2eeda80ffff7c775d331138c3199
  Scenario: can find a song by title 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 search the newly created song by title

  @id_173cb122223ab415ded539e842d11fc8b8b55f5384db4dbe3926bee202c8336e
  Scenario: can find a song by songwriter by user
    Given an orchard employee e2e_user for publishing
    And I log in
    When I create a new song with songwriters
    Then I can search the newly created song by songwriter

  @id_c985b9a7aa92259fbb2ccc7cb2c29b57944b0cd8f8db5a345402f20224ba5b4c
  Scenario: can find a song by title and songwriter by user
    Given an orchard employee e2e_user for publishing
    And I log in
    When I create a new song with songwriters
    Then I can search the newly created song by both title and songwriter
