@deprecated
@fansifter
@artist-page
Feature: Artist page - Error states

  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
    When I visit Fansifter Search page
    And I search for an artist "Megan Hilty"
    And I select #1 search result containing "Megan Hilty"

  @FS-1822
  @id_b78d85f2d1dd9b1f83d6879d75725f56d87f54c71deb36b611a127b65c7de8f1
  Scenario: Artist page error state failed AccountsWithFanData request
    Then notice about network error is shown on artist page
    And artist name is shown
    And total fans count is "—"
    And country filter isn't shown

  @FS-1804
  @id_714b47bb8f11960e928ae62b9d773096a92af80803b5a557100c2bd3a28c5573
  Scenario: Artist page error state failed TotalFans request
    Then notice about network error is shown on artist page
    And artist name is shown
    And total fans count is "—"
    And country filter is shown

  @FS-1805
  @id_99c0aa1e8596b1726dde9ab7c5fb269443ed94eb22b210b3fe81b2b3d719ea3e
  Scenario: Artist page error state failed GlobalParticipant request
    Then notice about network error is shown on artist page
    And page header isn't shown
    And country filter isn't shown

  @FS-1806
  @id_1d09a1e808d9fde3a617fd3f2fe98908c93795e586cb552b2633a5f485d38173
  Scenario: Artist page error state failed all charts requests
    Then notice about network error is shown on each artist page widget
    And artist name is shown
    And total fans number is shown
    And country filter is shown
