@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
    And I visit the insights /artist/e49ea9f9-0a74-4623-b3c6-ff819c7c0a4d/ page
    And I navigate to the Products tab on the page

  @insights_artist_products
  @id_0f3ab03689342ccdf67e8b1ba756751ea2c1ed82ed4b70466f6ffc5841929fad
  Scenario: [Regression][Artist][Products] table columns and data
    Then I can verify Products table columns on Artist page
    And I can see table data is correct on Artist - Products tab

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

  @insights_artist_products
  @id_0bf1d4e7a8974acabf708477c19d6e481f1b827d1ba330d80ca8d3bf723db199
  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
    When I click on Release Date column to sort asc Artist - Products tab
    Then I can see list is correct on Artist - Products tab

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

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