@insights_regression
@insights_artist
Feature: Artist Playlists Tab Redesign

  @IN-14326
  @id_231453fa80ac3a938bc17b48ee807007251a130d80607544e482be58cf16072e
  Scenario Outline: [Artist 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 artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/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     |
