@insights_regression
@insights_song
Feature: Song Playlists Tab Redesign

  @IN-13241
  @id_30238f0d430852df14ebf7faf27b06531f3876348d025aca33aeead3263c3148
  Scenario Outline: [Song Page] Playlist tab redesign verification - <subTab> sub-tab
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    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     |
