@insights
Feature: Insights Product Page

  @id_9d02f7a6bd6d2b5fb38e35437b0be217e7c9689adc5804bc24a47581a7e6990c
  Scenario: Product Page - Overview sections, tabs
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    And I can navigate to My Catalog
    And I can navigate to the Products tab on the page
    When I can open product page from Products tab
    Then I can see header metrics on the Page
    And I can see Overview tab is active on the Page
    And I can see Songs,Playlists tab on the page
    And I cannot see Tracks tab on the page
    And I can see the performance graph with data
    When I can navigate to the Songs tab on the page
    Then I can see Product page with the songs table
    When I can navigate to the Playlists tab on the page
    Then I can see Product page with the playlists table
