@insights_regression
@insights_artist
Feature: Artist Playlists Tab Current And Past Tabs Table And Data

  @IN-14545
  @id_c1163a2af6e1f815ca95c56332aba35ac2c2d36ec914440c526d7368c53ee475
  Scenario Outline: [Artist> Playlists tab> Current/Past] Table updates and data verification. - <appearances> table updates and data
    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?playlistAppearances=<appearances> page
    Then I can see default columns for <appearances> appearances on playlists on Artist page
    And I can apply all columns on playlists on Song page
    Then I can see all columns for <appearances> appearances on playlists on Artist page
    And I can verify columns data playlists on Artist page

    Examples:
      | appearances |
      | past        |
      | current     |

  @id_5e1be183aa0ac6a79e4cd6e716e30da549e7eddf18abc3efe2a4596ae1bc5279
  Scenario Outline: [Artist> Playlists tab> Current/Past] Table updates and data verification. - <appearances> pagination and list
    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?playlistAppearances=<appearances> page
    And I can select Select all type
    Then I see a page with a table with 200 rows
    And I can verify pagination hover 1 in the grid
    And I can verify pagination popover for 1 page and 200 count in the grid
    And I can select pagination popover <count> count in the grid

    Examples:
      | appearances | count |
      | past        | 100   |
      | current     | 10    |
