@insights_regression
@insights_artist
@IN-12135
Feature: Artist Products Tab

  Background: [Regression][Artist] - Proceed to Products tab
    Given an orchard employee multiaccount1 for insights
    And I log in to Insights silently
    And I visit the insights artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/ page
    And I can navigate to the Products tab on the page

  @id_7c04c2f882ba2e8889b4e95c63930016a8c489cf8ec97eb5ccf79442058ff6ab
  Scenario: [Regression][Artist][Products] table columns and data
    Then I can verify table columns on the page: Product|Artist|Imprint|Release Date|1dStreams|1dChange|7dStreams|7dChange|28dStreams|28dChange|All TimeStreams
    Then I can see table data is correct on Artist - Products tab
    And I can see list is correct on Artist - Products tab no wait

  @id_1711051003616227111b663bdfb8960b3a95e2e02521c416d2e4a8fd0616b79f
  Scenario: [Regression][Artist][Products] export
    Then I can verify exported data from Artist - Products tab

  @id_5fb451906c2ff9970ecb7284da3950f34f3851afd68166ed87ad13e4e388cf87
  Scenario: [Regression][Artist][Products] - table sorting
    When I click on Release Date column to sort desc Artist - Products tab
    Then I can see list is correct on Artist - Products tab no wait
    When I click on Release Date column to sort asc Artist - Products tab
    Then I can see list is correct on Artist - Products tab no wait

    When I click on 1dChange column to sort desc Artist - Products tab
    Then I can see list is correct on Artist - Products tab no wait
    When I click on 1dChange column to sort asc Artist - Products tab
    Then I can see list is correct on Artist - Products tab no wait

  @id_68216a5b1b27fd5e597b28651fcf1d61b2159a5fefec283337d7219dbcc19a3b
  Scenario: [Regression][Artist][Products] - navigate to product page
    Then I can open product page from Products tab
