@insights_regression
@insights_artist
@IN-14541
Feature: Artist Playlists Tab Exact Phrase Search

  Background: [Regression][Artist] Playlist tab
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    When I visit the insights artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/playlists page

  @id_f6f7dcb720e492cb34a15e7516443116fe595e00bbed0b8be8d8c3fc18f4dffe
  Scenario: [Artist Page] Playlist tab Exact Phrase Search verification. - no data
    And I save the list of playlists on Artist page
    When I search for sDsEFSdsdsd item on the page
    Then "No Results" message on the page
    And "No matching results found. Please clarify your search query or adjust your filters." message on the page
    When I clear search filter
    Then I see the same playlist list on Artist page

  @id_8858683dcef81fa1f15206072c0e9dfbbdebd1beb6a99284fdf0084ea8022035
  Scenario Outline: [Artist Page] Playlist tab Exact Phrase Search verification. - search by <isPart> playlist name
    Then I search by <isPart> playlist and verify playlists on Artist page

    Examples:
      | isPart |
      | full   |
      | part   |

  @id_ea692df8b82bd01e987ee0828395831c912b75b89e45e10732bebef288b49dc7
  Scenario Outline: [Artist Page] Playlist tab Exact Phrase Search verification. - search by <isPart> curator name
    Then I search by <isPart> curator and verify playlists on Artist page

    Examples:
      | isPart |
      | full   |
      | part   |

  @id_b359a6ab20827bb1853a56ad7c6ec6715bffbc53bcec2546531633e88abf70bf
  Scenario: [Artist Page] Playlist tab Exact Phrase Search verification. - search with filter
    And I can select Select all type
    Then I search by full curator and verify playlists on Artist page
