@insights_regression
@insights_product
Feature: Product Page Playlists Tab Table and Data

  @IN-13777
  @IN-13778
  @id_f3f6db0b8d0fa0fb4c0e5e8699b5fff83f6402d07d393116302e10ef981ca391
  Scenario Outline: [Product Page> Playlists> Current] Table and data verification. - <appearances>
    Given an orchard employee multiaccount1 for insights
    And I log in
    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 Product 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     |
