@deprecated
@fansifter
@artist-page
Feature: Artist page - Fans are also listening to 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

  @wip
  @FS-1785
  @id_af211aa4d530becf803e7ae6c00c52e593bd746108df98fcb155a05a2409c7ff
  Scenario: Artist page fans are also listening to change country, account filters
    When I visit fansifter artist page for "Adele"
    And I set account "Columbia Records Group"
    And I select "Australia" in the country dropdown
    Then fans are also listening to data is updated
    And fans are also listening to view is shown
    And fans are also listening to artists are shown
    And fans are also listening to data is correct

  @FS-1786
  @id_2a82784d7cfd3769811ebeb372597640fca9e53b4c897907a7733919bd48a348
  Scenario: Artist page fans are also listening to for artist with no fans are also listening to data
    When I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"
    Then fans are also listening to view is shown
    And fans are also listening to artists aren't shown
    And notice about not enough fans is shown in the fans are also listening view

  @FS-1787
  @id_fbc3c1b7b6758b1a2df4c27ead865f66926ab71fa3fbc317bc3dfb89a1979f16
  Scenario: Artist page fans are also listening to for country with no fans are also listening to 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 fans are also listening to view is shown
    And fans are also listening to artists aren't shown
    And notice about not enough fans is shown in the fans are also listening view
