@insights_regression
@insights_song_pot
@IN-13598
Feature: Song Overview POT By Store Graph

  @id_b4c4a7a0c81ffc9fa92f916cf8dce50672231f3b29fbcca9692e7e11c3e41e85
  Scenario Outline: [Regression][Song][POT > <filterValue> filter By Store] Graph tooltips verification
    Given an orchard employee insightsemployee for insights
    And I log in
    When I visit the insights <page> page
    Then I can verify graph tooltip data for <filterValue> metric By Store on Song POT

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

  @id_c0610ab3014f17f531f89907aea462fafa5c956bf9ee34bbef49e92bd4b58579
  Scenario: [Regression][Song][POT > By Store - 1 selected Metric] Graph tooltips verification
    Given an orchard employee insightsemployee for insights
    And I log in
    When I visit the insights /song/GBKPL2205058/?period=past6Months&pot=streams&store=286&potGraphType=LINE&dimension=store page
    Then I can verify graph tooltip data for Streams metric By Store 1 item on Song POT
