@insights_regression
@insights_channel
Feature: Channel Page Videos tab.

  Background:
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    When I visit the insights /channel/UCmBA_wu8xGg1OfOkfW13Q0Q/videos?offset=0&limit=2 page

  @IN-12482
  @id_3d4db148b27ac8f401b81831ad4953a9c06e1edf330a87f33877b1ca51f3b76d
  Scenario: Channel Page Videos tab - columns and data
    And I can see table data is correct on Channel - Videos tab
    And I can verify table columns on the page with months columns: Video|All TimeViews|All TimeEstimated Gross Revenue|All TimeAverage View Duration
    When I can choose United States market in market selector
    And I can see table data is correct on Channel - Videos tab

    When I search for sDsEFSdsdsd item on the page
    Then "No Results" message on the page
    When I clear search filter
    Then I can open video page from Videos tab

  @IN-12482
  @id_cff3a539e99ff87ea267809a8c1d6479681f1bcd3230ad6ad2fdff44792b39b8
  Scenario: Channel Page Videos tab - sorting
    And I can verify "orderBy":"views_1_month_back" in @topVideosQuery request
    And I can verify "orderDir":"desc" in @topVideosQuery request

    When I click on All TimeViews column title
    And I can see table data is correct on Channel - Videos tab
    And I can verify "orderBy":"total_views" in @topVideosQuery request
    And I can verify "orderDir":"desc" in @topVideosQuery request

    When I click on All TimeEstimated Gross Revenue column title
    And I can see table data is correct on Channel - Videos tab
    And I can verify "orderBy":"total_estimated_gross_revenue" in @topVideosQuery request
    And I can verify "orderDir":"asc" in @topVideosQuery request

    When I click on All TimeEstimated Gross Revenue column title
    And I can see table data is correct on Channel - Videos tab
    And I can verify "orderBy":"total_estimated_gross_revenue" in @topVideosQuery request
    And I can verify "orderDir":"desc" in @topVideosQuery request

  @IN-124822
  @id_b8cb7bd0a5bb552d511f0e003d37bbb7078cb8d165ead5bf6fe68fca4be1d2cc
  Scenario: Channel Page Videos tab - hovers long
    Then I can see tooltip for Video on Channel - Videos tab
