@insights_regression
@insights_channel_pot
@IN-12478
Feature: Channel Overview POT Graph

  @id_1b4c50c72d7c2c1bb6f4ccf837e204fd19bcdbafca6cb9c390cd40b7aa27bf90
  Scenario Outline: [Regression][Channel][POT > <metric> metric] Graph tooltips verification
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    When I visit the insights <page> page
    Then I can verify graph tooltip data for <metric> metric on Channel POT

    Examples:
      | page                                                                  | metric                    |
      | channel/UCmBA_wu8xGg1OfOkfW13Q0Q/                                     | Views                     |
      | channel/UCmBA_wu8xGg1OfOkfW13Q0Q/?metric=watchtime&period=past6Months | Watch Time                |
      | channel/UCmBA_wu8xGg1OfOkfW13Q0Q/?metric=avgduration&period=past365   | Average View Duration     |
      | channel/UCmBA_wu8xGg1OfOkfW13Q0Q/?metric=avgpercentage                | Average Percentage Viewed |
      | channel/UCmBA_wu8xGg1OfOkfW13Q0Q/?metric=comments&period=past7        | Comments                  |
