@frontend_publishing
@frontend_publishing_user
Feature: Search song for user

  @id_4a00b2f05cfc99c662dc0c1f3151736a0ddf834a51b6c2ad1a87308fd7211678
  Scenario: can find a song by title
    Given an orchard employee e2e_user for publishing
    And I log in to publishing silently
    When I create a new song from scratch
    Then I can search the newly created song by title

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

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