@catalog
@insights
Feature: Insights Artists Page

  @id_708538842d40b935d17f4d5f00a34360db1c6bac645ea64e3222ed146cb59c80
  Scenario: Artist page - sections and tabs, In and Not in catalog
    Given a user from multiaccount1 for Insights
    And I log in to Insights silently
    And I am successfully logged in to Insights
    And I can navigate to My Catalog
    Then I can navigate to the Artists tab on the page
    And I can see My Catalog page with the artists table

    When I can open artist page from Artists tab
    Then I can see Songs,Social,Charts tab on the page
    And I can see the All Time Streams values
    And I can see the Monthly Listeners values
    And I can see an overview of the artist's social information
    And I can see the performance graph with data

    And I can see Top Songs section on Artist page
    And I can see Social Stats section on Artist page
    And I can see Playlist Types Streams section on Artist page
    And I can see Top Audience section on Artist page
    And I can see Chart Highlights section on Artist page

    When I can navigate to the Social tab on the page
    And I can see social metrics for the Past 28 Days

    When I can navigate to the Charts tab on the page
    And I can see that artist's chart rankings

    When I can navigate to the Playlists tab on the page
    And I can see that artist's playlists

    When I can navigate to the Songs tab on the page
    Then I can see Artist page with the songs table
    When I can navigate to the Products tab on the page
    Then I can see Artist page with the products table

    When I am on the insights non catalog artist page
    Then I can't see the All Time Streams values
    And I can't see the performance graph with data
    And "This Artist is not in your Catalog. No performance data to display." message on the page
    And I can see the Monthly Listeners values
    And I can see Songs,Social,Charts tab on the page
    And I can see an overview of the artist's social information
    And I can see Social Stats section on Artist page
    And I can't see Playlist Types Streams section on Artist page
    And I can see Top Audience section on Artist page
    And I can see Chart Highlights section on Artist page
    And I can't see Top Songs section on Artist page

    When I can navigate to the Social tab on the page
    And I can see social metrics for the Past 28 Days

    When I can navigate to the Charts tab on the page
    And I can see that artist's chart rankings

    When I can navigate to the Songs tab on the page
    Then "You don’t have any data yet" message on the page
    When I can navigate to the Products tab on the page
    Then "You don’t have any data yet" message on the page
