@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
    And I can navigate to My Catalog

  @IN-13000
  @id_b295f2a31f729e9acd8b13ada888b3c06e0fa840bfdd6085a3b78d2ccf5351f9
  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_2fa9bbfe1567d07764bc71613f99d7d1c853122b6251c373698121f00c88b389
  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 I can see song list is correct on My Catalog - Songs tab
    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 My Catalog - Songs tab
    And I can click on next arrow popover in the grid
    Then I can see song list is correct on My Catalog - Songs tab
