@insights_regression
@insights_artist
@insights_artist_songs
Feature: Artist Songs Tab - Filters and Hover

  @IN-12134
  @id_0c1f1536da5a81701158a2879b3d879e515b5b7e5be28538566d89cf0e53caf6
  Scenario: Artist Songs tab - markets, export, filters
    Given an orchard employee insightsemployee for insights
    And I log in
    And I visit the insights /artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/songs?country=DK&country=FI&country=IS&country=NO&country=SE page
    Then I can see list and row data is correct on Songs tab - Artist page
    And I can verify exported data from Artist - Songs tab
    When I visit the insights /artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/songs?country=US page
    Then I can see list and row data is correct on Songs tab - Artist page
    And I can verify exported data from Artist - Songs tab
    When I search for 123 item on the page
    Then "No Results" message on the page
    When I clear search filter
    Then I can see list and row data is correct on Songs tab - Artist page

  @IN-121341
  @id_9dc5ceb77c6be65b995f4984404473313724df0383556a5f661868fd3a5cf638
  Scenario: Artist Songs tab - hover
    Given an orchard employee insightsemployee for insights
    And I log in
    And I visit the insights /artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/songs page
    Then I can hover over song name on Songs tab - Artist page
    And I can hover over artist name on Songs tab - Artist page
