@insights_regression
@insights_song_pot
@IN-13611
Feature: Song Overview POT By Products Graph

  @id_b79911df3b696ad7648c3f83cf7350d56b193413a6e7966814192c49e8fb8e35
  Scenario Outline: [Regression][Song][POT > <filterValue> filter By Products - 1 product] 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 Product 1 item on Song POT

    Examples:
      | page                                                                                | filterValue |
      | song/QM6N22466972/?pot=streams&potGraphType=LINE&dimension=product                  | Streams     |
      | song/QM6N22466972/?pot=downloads&potGraphType=AREA&dimension=product                | Downloads   |
      | song/QM6N22466972/?pot=saves&potGraphType=AREA&dimension=product&period=past6Months | Saves       |
      | song/QM6N22466972/?pot=skipRate&potGraphType=LINE&dimension=product&period=first28  | Skip Rate   |

  @id_a20f4084b867f81c3821af2fd80db56b0a17bc6fd952c71549c9c177ef06021d
  Scenario Outline: [Regression][Song][POT > <filterValue> filter By Products - multiple products] 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 Product on Song POT

    Examples:
      | page                                                                                     | filterValue |
      | song/BRRGE2400203/?pot=streams&potGraphType=LINE&dimension=product                       | Streams     |
      | song/BRRGE2400203/?pot=downloads&potGraphType=AREA&dimension=product&period=first6Months | Downloads   |
      | song/BRRGE2400203/?pot=saves&potGraphType=AREA&dimension=product                         | Saves       |
      | song/BRRGE2400203/?pot=skipRate&potGraphType=LINE&dimension=product                      | Skip Rate   |
