@deprecated
@fansifter
@artist-page
Feature: Artist page - Fans timeseries/summary by fan segment 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 artist page for "Frank Sinatra"
    And I select "Fan Segment" in the grouping filter dropdown

  @FS-1810
  @id_de16f56e14f88e65a6400a58d59b48d8356079f2f19a718c5d3df004b12de096
  Scenario: Artist page fans change chart to be grouped by Heavy Rotation
    # When I choose an account with fewer fans in the account dropdown
    Then fans data is updated
    And "Fan Segment" is selected in the artist page chart grouping filter
    And fans chart is shown
    And there is a "Fan Segment" column in the fans table
    And there is a column with "Past 6 Months" number of days in the fans table

  @FS-1811
  @id_d833b3d1f02872cf0916eee9d10eb63ef110773035c98abd711cdf85cabf0d99
  Scenario: Artist page fans grouped by heavy rotation change period filter
    # When I choose an account with fewer fans in the account dropdown
    And I select "Past Year" in the period filter dropdown
    Then fans data is updated
    And "Fan Segment" is selected in the artist page chart grouping filter
    And "Past Year" number of days is shown in the artist page chart period filter
    And fans chart is shown
    And there is a "Fan Segment" column in the fans table
    And there is a column with "Past Year" number of days in the fans table

  @FS-1812
  @id_fd2192c8e3470edf34c87190b67c1673a0cb5e3a5b7f64480ea17565254958c2
  Scenario: Artist page fans grouped by heavy rotation change country, account filters
    # When I choose an account with fewer fans in the account dropdown
    And I select "Germany" in the country dropdown
    Then total fans is updated
    And fans data is updated
    And country filter is set
    # And account filter is set
    And "Fan Segment" is selected in the artist page chart grouping filter
    And fans chart is shown
    And there is a "Fan Segment" column in the fans table
    And there is a column with "Past 6 Months" number of days in the fans table

  #And total fans number is updated in the table under chart
  @FS-2292
  @id_2b1eea0c9391b189d2fefd45c4382e300167f39e36384e2b5ac9faa689127bcf
  Scenario: Artist page fans grouped by heavy rotation for the country with no fan data
    When I select "Australia" in the country dropdown
    Then fans view isn't shown
    And notice about no fan data is shown on artist page
