@legacy
@analytics
@cache_warm
Feature: Analytics Permissions
# TODO: move this to SPA SA once AnalyticsOverviewPage is under SPA
  Scenario: Unable to see data for parent distributor
    Given a Workstation subaccount_7584 user
    And I am on the Workstation::AnalyticsOverviewPage
    And I apply the selected filters
    And I gather subaccount data from each data channel detail page
    # check parent label
    Given a Workstation label_21989 user
    And I am on the Workstation::AnalyticsOverviewPage
    And I apply the selected filters
    And I gather parent data from each data channel detail page
    Then The subaccount and parent data should not match
