@insights_regression
@insights_song
Feature: Song Playlists Tab Current And Past Tabs Table And Data

  @IN-13262
  @id_78642abdbd14c79e3fbb69170809ea43183cd589ed102c902a5c2c362c252715
  Scenario Outline: [Song> 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 /song/QM6MZ2214888/playlists?playlistAppearances=<appearances> page
    Then I can see default columns for <appearances> appearances on playlists on Song page
    And I can apply all columns on playlists on Song page
    Then I can see all columns for <appearances> appearances on playlists on Song page
    And I can verify columns data playlists on Song page

    Examples:
      | appearances |
      | past        |
      | current     |

  @id_65331ece8525de059161b16b764132027bbc04f5ad25b9683d4eb3c43b735107
  Scenario Outline: [Song> 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 /song/QM6MZ2214888/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        | 50    |
      | current     | 10    |
