@insights_regression
@insights_account_pot
@IN-12470
Feature: Account Overview POT By Countries Graph

  @id_a04702c48d97a3d2dcfc99f250d9c202b3a4e1d8224787e985d932f608e184c5
  Scenario Outline: [Regression][Account][POT > <filterValue> filter By Countries] 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 <filterValue> metric By Countries on Account POT

    Examples:
      | page                                                                                                  | filterValue     |
      | account/21786/?potDimension=countries&potGraphType=LINE&potMetric=streams                             | Streams         |
      | account/21786/?potDimension=countries&potGraphType=LINE&potMetric=downloads&store=1                   | Track Downloads |
      | account/21786/?potDimension=countries&potGraphType=LINE&potMetric=albumDownloads&store=1&period=past7 | Album Downloads |
      | account/21786/?potDimension=countries&potGraphType=LINE&potMetric=saves&store=1&period=past7          | Saves           |
      | account/21786/?potDimension=countries&potGraphType=LINE&potMetric=skipRate&store=1&period=past7       | Skip Rate       |
