@frontend_homepage
Feature: Homepage Permissions
  To have homepage permissions
  As a subaccount user
  I should not see the top tracks components and the analytics nav menu

  @id_698b5ea1b5632fa8d5b0e45e1ad1c93eb67b7b6418eeec6e9c9b73b48629d6c1
  Scenario: Subaccount doesn't attempt to load top tracks (FRNT-1466)
    Given an orchard employee subaccount_10182_user for workstation
    And I log in
    Then I should not see the analytics nav menu
    And I should not see the top ten tracks component
