@insights_regression
@insights_account
@IN-13654
Feature: Account Overview POT By Entities Filters

  Background: [Regression][Account][Overview] Different dimension filters
    Given an orchard employee insightsemployee for insights
    And I log in
    And I visit the insights /account/26760/ page

  @id_f7714d8dacd376ec5e90fa8b5f05bd19750f037420ec3688c41e89db233093a7
  Scenario: [Regression][Account][Overview] POT Dimension and Metric filters - set different values
    Then I do not see POT Subscription filter
    When I set POT Dimension filter to By Artist
    Then I can see the performance graph with data
    And I see POT Subscription filter is disabled
    And I see POT Subscription filter is set to All Subscriptions
    When I set POT Metric filter to Track Downloads
    Then I can see the performance graph with data
    And I do not see POT Subscription filter

    When I set POT Dimension filter to By Track
    Then I can see the performance graph with data

    When I set POT Metric filter to Album Downloads
    And I set POT Dimension filter to By Product
    Then I can see the performance graph with data
    And I do not see POT Subscription filter

    When I set POT Metric filter to Streams
    And I set POT Dimension filter to By Project
    Then I can see the performance graph with data
    And I see POT Subscription filter is disabled

    When I set POT Dimension filter to By Imprint
    Then I can see the performance graph with data

    When I set POT Dimension filter to By Subaccount
    Then I can see the performance graph with data

    When I set POT Dimension filter to Total
    Then I can see the performance graph with data

  @id_9cafab3ac18ddc4c7487bf76cab65767d6b44ea371c2d046544e80b1e8c50743
  Scenario: [Regression][Account][Overview] POT Dimension filter depends on Metric filter
    When I see POT Metric filter is set to Streams
    Then I can verify POT Dimension filter has only options: By Source,By Market,By Store,By Artist,By Product,By Track,By Project,By Imprint,By Subaccount,Total
    When I set POT Metric filter to Track Downloads
    Then I can verify POT Dimension filter has only options: By Market,By Store,By Artist,By Product,By Track,By Project,By Imprint,By Subaccount,Total
    When I set POT Metric filter to Album Downloads
    Then I can verify POT Dimension filter has only options: By Market,By Store,By Artist,By Product,By Project,By Imprint,By Subaccount,Total
    When I set POT Metric filter to Saves
    Then I can verify POT Dimension filter has only options: By Market,By Store,By Artist,By Track,By Subaccount,Total
    When I set POT Metric filter to Skip Rate
    Then I can verify POT Dimension filter has only options: By Market,By Store,By Artist,By Track,By Subaccount,Total
