@deprecated
@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-2-aquarius for fansifter
    And I have authorized local storage for fansifter
    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"
    # And I set account "Test Label"
    And I select "United Kingdom" in the country dropdown
    Then fans 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
    When I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"
    Then 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
    When I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"
    And I select "United Kingdom" in the country dropdown
    Then 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
