Feature: React Homepage Permissions
  In order to have homepage permissions 
  As a subaccount user
  I should not see the top tracks components and the analytics nav menu

  @frontend_homepage
  Scenario: Subaccount doesn't attempt to load top tracks (FRNT-1466)
    Given a standalone Workstation subaccount_10182 user
    When I am on the ReactWorkstation::ReactAudiencePage
    Then I should not see the analytics nav menu
    And I should not see the top ten tracks component
