@insights_regression
@insights_song
@insights_song_playlists
Feature: Song Playlists Tab Redesign

  @IN-13241
  @id_2e73212493161c9b20ea56bc43bbcf0263667297c06007ffc440408efb6792ec
  Scenario Outline: [Song Page] Playlist tab redesign verification - <subTab> sub-tab
    Given an orchard employee multiaccount1 for insights
    And I log in
    When I visit the insights /song/QM6MZ2214888/playlists page
    And I can choose <subTab> sub-tab on playlist tab Song page
    Then I can see search icon
    And I can see Current toggle is active
    And I can switch to Past toggle
    And I can click on market selector
    And I can verify market selector regions
    And I can see curator filter on the page
    And I can verify playlist type filter on the page

    Examples:
      | subTab      |
      | all         |
      | Spotify     |
      | Apple Music |
      | Amazon      |
      | Deezer      |
      | YouTube     |
