@insights_regression
@insights_video_pot
@IN-12468
Feature: Video Overview POT Graph

  @id_5b4bea96b29bab9429674609283ecb4af40756d553262378bb29be0fd86c5e23
  Scenario Outline: [Regression][Video][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 Video POT

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