@insights_regression
@insights_my_catalog
Feature: My Catalog Videos Tab

  Background: Account Page is opened in default state
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    Then I visit the insights /catalog/videos?offset=0&limit=2 page

  @IN-12848
  @id_0983736818fc056f14f5e270b513dfbb0be525b59c1879ad38d23572d80ea808
  Scenario: [Regression][My Catalog][Videos] - links and columns
    And I can see My Catalog page with the videos table
    And I can verify links on Videos tab - My Catalog
    And I can verify table columns on the page with months columns: #|Video|Channel|Label|All TimeViews|All TimeEstimated Gross Revenue|All TimeAverage View Duration

  @IN-12849
  @id_9c2446e18f3c29b54b67639b3e9465f82304d7f566a92543c0b229e5c0448f4f
  Scenario: [Regression][My Catalog][Videos] - filters
    When I can filter by Channel from on My Catalog - Videos tab
    Then I can see table data is correct on My Catalog - Videos tab
    And I can clear filters from on My Catalog - Videos tab
    Then I can filter by Label from on My Catalog - Videos tab
    And I can see table data is correct on My Catalog - Videos tab
    And I can clear filters from on My Catalog - Videos tab
    And I can see table data is correct on My Catalog - Videos tab

  @IN-12870
  @id_52401708703cbbd504010ff6bf06c8c3aefcbc93d0cfa31c0b4a284cfdcd00ee
  Scenario: [Regression][My Catalog][Videos] - customize popup
    And I can see table data is correct on My Catalog - Videos tab
    When I open Customize popup on a grid table
    And I can click on Label column in Customize popup for grid
    Then I can close using cancel Customize popup on a grid table
    And I can see Label column on a grid
    When I open Customize popup on a grid table
    And I can click on Label column in Customize popup for grid
    Then I can close using save Customize popup on a grid table
    And I can't see Label column on a grid
    When I open Customize popup on a grid table
    Then I can close using x-close Customize popup on a grid table

  @IN-12871
  @id_59d9cebdf2bb5d54db4dc21cd4ac0dad7e1849ff9b9e1ee7f7ed8d3b75e929c2
  Scenario: [Regression][My Catalog][Videos] - sortable columns
    When I click on All TimeViews column to sort desc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab
    When I click on All TimeViews column to sort asc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab

    When I click on All TimeEstimated Gross Revenue column to sort desc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab
    When I click on All TimeEstimated Gross Revenue column to sort asc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab

    When I click on All TimeAverage View Duration column to sort desc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab
    When I click on All TimeAverage View Duration column to sort asc My Catalog - Videos tab
    Then I can see list is correct on My Catalog - Videos tab

  @IN-12885
  @id_e51c19c7d12ec8eb889189ce7ddafedb67542d847e9b9ebfeb52f466b788f9ed
  Scenario Outline: [Regression][My Catalog][Videos] - table data and export
    When I visit the insights <option> page
    Then I can see table data is correct on My Catalog - Videos tab
    And I can verify exported data from My Catalog - Videos tab

    Examples:
      | option                                                                                                                                                                    |
      | /catalog/videos?country=US                                                                                                                                                |
      | /catalog/videos?country=UY&country=PE&country=FK&country=EC&country=PY&country=CL&country=SR&country=BR&country=CO&country=BO&country=GF&country=GY&country=VE&country=AR |

  @IN-12904
  @id_1d2776f76a769127895a43db6146c83fc18736ba488ea16e3850034a2a644ce4
  Scenario: [Regression][My Catalog][Videos] - tooltips
    And I can see tooltip for Video on My Catalog - Videos tab

  @IN-12918
  @id_6d6cd13f934236e78ee82565ff196a0f6b0fc0905e73b869218c182b0fa5677f
  Scenario Outline: [Regression][My Catalog][Videos] - links
    And I can open <option> page from Videos tab

    Examples:
      | option  |
      | video   |
      | channel |
