@insights_regression
@insights_product
Feature: Product Page Tracks Tab Pagination verification

  @IN-12463
  @id_0dfdf94ae1e54a6ea8b1f5f169a2bfd53e3f6debb2eb22ffbe55d4ac94d1b9a4
  Scenario: Product Page Tracks Tab Pagination verification table results
    Given an orchard employee insightsemployee for insights
    And I log in
    When I visit the insights /product/196626945068/songs?offset=0&limit=10 page
    Then I see a page with a table with 10 rows on Songs tab
    And I can open popover in the grid
    And I can select pagination popover Last page count in the grid
    And I can open popover in the grid
    And I can select pagination popover First page count in the grid
    And I can click on next arrow popover in the grid
    And I can verify pagination hover 2 in the grid
    And I can verify pagination popover for 2 page and 10 count in the grid
    And I can select pagination popover 20 count in the grid
