Feature: Insights Production Performance metrics

  @insights_lighthouse
  @slow_task
  @id_745b705fd108c9487653f6b5fabc8466c7fc45f6ab0589f3964dde01a1e2af1d
  Scenario Outline: Performance metrics for the most visited pages
    Given a user from prod visits insights
    When I try to log in to Insights
    And I enable performance audit for <uri>

    Examples:
      | uri                                                   |
      | account/6971/songs                                    |
      | account/6971/artists                                  |
      | account/6971/products                                 |
      | song/GBZUZ0900064                                     |
      | song/GBZUZ0900064/playlists                           |
      | song/GBZUZ0900064/charts                              |
      | song/GBZUZ0900064/ugc                                 |
      | song/GBZUZ0900064/tiktok                              |
      | artist/95ee273c-09cb-411c-ae00-8806e9ca938e/          |
      | artist/95ee273c-09cb-411c-ae00-8806e9ca938e/playlists |
      | artist/95ee273c-09cb-411c-ae00-8806e9ca938e/songs     |
      | artist/95ee273c-09cb-411c-ae00-8806e9ca938e/social    |
      | artist/95ee273c-09cb-411c-ae00-8806e9ca938e/charts    |
      | product/887396891937/                                 |
      | favorites                                             |
      | search                                                |
      | charts                                                |
      | chart/spotify_track_weekly_regional                   |
