@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
    And I can navigate to My Catalog
    Then I 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

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

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

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

    When I navigate to the Songs tab on the page
    Then I can see Artist page with the songs table
    When I 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 cannot see the All Time Streams values
    And I cannot 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 cannot see Playlist Types Streams section on Artist page
    And I can see Top Audience section on Artist page
    And I cannot see Top Songs section on Artist page

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

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

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