@insights_regression
@insights_account
@IN-12623
Feature: Account Products Tab

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

  @id_3d722171463cdd18991dbe5f02766730791f637e9898900b89c128d79ed93e4a
  Scenario: [Regression][Account][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 Account - Products tab
    And I can see list is correct on Account - Products tab no wait

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

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

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

    When I click on All TimeStreams column to sort desc Account - Products tab
    Then I can see list is correct on Account - Products tab no wait
    When I click on All TimeStreams column to sort asc Account - Products tab
    Then I can see list is correct on Account - Products tab no wait

  @id_ae223a4a9c3019381846e02c5c5d50f8528fabf937877f6f687acec003059e9a
  Scenario: [Regression][Account][Products] - navigate to product and artist pages
    Then I can open product page from Products tab
    When I use my browser's back button
    Then I can open artist page from Products tab
