@insights_regression
@insights_channel
@insights_channel_videos_tab
Feature: Channel Page Videos tab

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

  @IN-12482
  @id_6f879044d3397bbe4214692104c8ec67b40cb949785b8cf80237392f7b38c2bd
  Scenario: Channel Page Videos tab - columns and data
    Then 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
    Then 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_50aa466a4f8c1758def5923637ddec047777a188ea36e44a456592ea2d1b72b7
  Scenario: Channel Page Videos tab - sorting
    Then 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 on Channel - Videos tab
    Then 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 on Channel - Videos tab
    Then 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 on Channel - Videos tab
    Then 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
  @insights_channel_videos_tab_hover
  @id_48d8237f5ecdb41d981ff034cbdc8bf4613d19f05dc585110c319c496b1cc47e
  Scenario: Channel Page Videos tab - hover tooltip
    Then I can see tooltip for Video on Channel - Videos tab
