@insights_regression
@insights_my_catalog
Feature: My Catalog Pagination

  Background: Account Page is opened in default state
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    And I can navigate to My Catalog

  @IN-13000
  @id_70b84f4b4b1c0b2b5414abb148449d4c67cdff69050e4c611eb93f300aeb9f2a
  Scenario Outline: [Regression][My Catalog]Verification Pagination <tab> and <paginationSize>
    Then I can navigate to the <tab> tab on the page
    And I can verify pagination hover 1 in the grid
    And I can verify pagination popover for 1 page and 50 count in the grid
    And I can select pagination popover <paginationSize> count in the grid

    Examples:
      | tab              | paginationSize |
      | Accounts         | 10             |
      | Artists          | 20             |
      | YouTube Channels | 100            |
      | Products         | 200            |
      | Songs            | 10             |
      | Videos           | 20             |

  @IN-13003
  @id_f2285926bad3ac8ed73d6c0b334c2f298e760a3be979e92873b0afdb7a873b31
  Scenario: [Regression][My Catalog]Verification Pagination - switch page
    Then I can navigate to the Songs tab on the page
    And I can open popover in the grid
    And I can select pagination popover Last page count in the grid
    Then And I can see song list is correct on Songs tab - My Catalog
    And I can open popover in the grid
    And I can select pagination popover First page count in the grid
    Then I can see song list is correct on Songs tab - My Catalog
    And I can click on next arrow popover in the grid
    Then I can see song list is correct on Songs tab - My Catalog
