@insights_regression
@insights_product
Feature: Product Page Playlists Tab Search verification

  Background: [Product Page> Playlists] Search verification.
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    When I visit the insights /product/196626945068/playlists?offset=0&limit=30 page

  @IN-13758
  @id_6711f50915eb173ba0f4fbd2c823a290ced18561f7d06fe44937ded8d578a353
  Scenario: [Product Page> Playlists] Search verification - no data
    And I save the list of playlists on Song 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 Song page

  @id_07092547c03887dbc44552b6c1841291a66409de7bcc3ec3cb32abd62f2923bb
  Scenario: [Product Page> Playlists] Search verification - search by playlist/curator name
    Then I search by full playlist and verify playlists on Song page
    And I clear search filter
    Then I search by part playlist and verify playlists on Song page
    And I clear search filter
    Then I search by full curator and verify playlists on Song page
    And I clear search filter
    Then I search by part curator and verify playlists on Song page

  @id_a62ee738c8b1bb66083c88b1dfde18a142aef9e511955094d9f5b32ba313f2c6
  Scenario: [Product Page> Playlists] Search verification - search with filter
    And I can select Select all type
    Then I search by full curator and verify playlists on Song page
