@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
    And I visit the insights /account/26760/ page
    And I navigate to the Artists tab on the page

  @insights_account_artists
  @id_3a2e36e27d0b573a1ec7220a0e66b54ac900ec5a1df30133f0a09f098523c8ae
  Scenario: [Regression][Account][Artists] table columns and data
    Then I can verify Artists table columns on Account page
    And I can see table data is correct on Account - Artists tab

  @insights_account_artists
  @id_de1417d51e34bf48d27064f0c86261cc191c9a3f87d31f7a99773fdc193c4ed0
  Scenario: [Regression][Account][Artists] - filters
    When I select any artist in Artist filter
    Then I can see list is correct on Account - Artists tab
    When I can clear all Grid table filters
    Then I can see list is correct on Account - Artists tab

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

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

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

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