@insights
Feature: Insights Performance Over Time

  @id_80f13d928e708154f1acd8f09b492a57b74c9a5fd6a79b29114ad7193bc44ab3
  Scenario: Insights POT on different pages
    Given an orchard employee single_label for insights
    And I log in
    When I visit the insights /account/6971/?potGraph=area&period=past365 page
    Then I can see the performance graph with yearly data
    And I visit the insights /artist/95ee273c-09cb-411c-ae00-8806e9ca938e/?period=past365 page
    Then I can see the performance graph with yearly data
    And I visit the insights /product/196006949969/?period=past365 page
    Then I can see the performance graph with yearly data
    And I visit the insights /song/GBZUZ0900064/?period=past365 page
    Then I can see the performance graph with yearly data
    And I visit the insights /song/GBZUZ0900064/tiktok?period=past365 page
    Then I can see the performance graph with yearly tiktok data
