@fansifter
@artist-page
Feature: Artist page - Fans by heavy rotation chart

  Background: Log in (user has access to a few labels)
    Given an orchard employee fansifter-set-2-3-pisces for fansifter
    And I log in
    And I visit Fansifter Search page

  @FS-1777
  @id_49c556acbf8ab2c66ed4baac859b370a92ce0b041bbd00b4d46eda73df35ee6b
  Scenario: Artist page fans by heavy rotation chart change country, account filters
    When I visit fansifter artist page for "Frank Sinatra"
    Then I receive fansifter artist page data responses
    # And I set account "Test Label"
    When I select "United Kingdom" in the country dropdown
    Then I receive fansifter artist page data responses
    And "fans stats by heavy rotation" data is updated
    And heavy rotation view is shown
    And heavy rotation chart is shown
    And fans by heavy rotation data is correct

  @FS-1779
  @id_def84a1f7a61ea4b7c825c7bce504a00f0ed8b4cc1861ce4c7a365a901e70b08
  Scenario: Artist page fans by heavy rotation chart for the user with no heavy rotation data
    Given I will mock "fansStatsByHeavyRotation" with empty data
    When I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"
    Then I receive fansifter artist page data responses
    And heavy rotation view is shown
    And heavy rotation chart isn't shown
    And notice about not enough fans is shown in the heavy rotation view

  @FS-1780
  @id_df85e5aae3e7cd337212d1e4b32c99da91d72de10268329fa92ec3dd193451fa
  Scenario: Artist page fans by heavy rotation chart for country with no heavy rotation data
    Given I will mock "fansStatsByHeavyRotation" with empty data when country filter applied
    When I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"
    Then I receive fansifter artist page data responses
    When I select "United Kingdom" in the country dropdown
    Then I receive fansifter artist page data responses
    And heavy rotation view is shown
    And heavy rotation chart isn't shown
    And notice about not enough fans is shown in the heavy rotation view
