@insights_regression
@insights_account
@IN-12628
Feature: Account Artists Tab

  Background: [Regression][Account] - Proceed to Artists tab
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    And I visit the insights account/26760/ page
    And I can navigate to the Artists tab on the page

  @id_3a2e36e27d0b573a1ec7220a0e66b54ac900ec5a1df30133f0a09f098523c8ae
  Scenario: [Regression][Account][Artists] table columns and data
    Then I can verify table columns on the page: Artist|Country|1dStreams|1dChange|7dStreams|7dChange|28dStreams|28dChange|All TimeStreams
    And I can see table data is correct on Account - Artists tab

  @id_de1417d51e34bf48d27064f0c86261cc191c9a3f87d31f7a99773fdc193c4ed0
  Scenario: [Regression][Account][Artists] - filters
    When I can filter grid table by Artist on the page
    Then I can see list is correct on Artists tab no wait - Account
    When I can clear all table filters on Artists tab
    Then I can see list is correct on Artists tab no wait - Account

  @id_a8443157f681388eea63e2a00339ba52e6a4d15ab5f42bcaf719eb2de2afd6e3
  Scenario: [Regression][Account][Artists] export
    Then I can verify exported data from Account - Artists tab

  @id_f6b865e22c12995ecc213f733773366fbab6ba1277ab2959a7332f64b8183b8c
  Scenario: [Regression][Account][Artists] - table sorting
    When I click on 1dStreams column to sort desc Account - Artists tab
    Then I can see list is correct on Artists tab no wait - Account
    When I click on 1dStreams column to sort asc Account - Artists tab
    Then I can see list is correct on Artists tab no wait - Account

    When I click on 28dChange column to sort desc Account - Artists tab
    Then I can see list is correct on Artists tab no wait - Account
    When I click on 28dChange column to sort asc Account - Artists tab
    Then I can see list is correct on Artists tab no wait - Account

  @id_b0f05cfc7bbbed332709466fd3faaa7a92c45c20213de43955f9a1e18e4ab77f
  Scenario: [Regression][Account][Artists] - navigate to artist page
    Then I can open artist page from Artists tab
