@insights_regression
@insights_product
Feature: [Product Page> Playlists] Table and data verification

  @IN-13777
  @IN-13778
  @id_459cf705aecbecffec47bb828a676fedabddf6115041d53b44490aca77000dd8
  Scenario Outline: [Product Page> Playlists> Current] Table and data verification. - <appearances>
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    When I visit the insights /product/196626945068/playlists?playlistAppearancesFilter=<appearances>&offset=0&limit=1 page
    Then I can see default columns for <appearances> appearances on playlists on Product page
    And I can apply all columns on playlists on Song page
    Then I can see all columns for <appearances> appearances on playlists on Product page
    And I can verify playlists list on Playlists tab on the product page
    And I can verify columns data playlists on Product page

    Examples:
      | appearances |
      | past        |
      | current     |
