@ios
@orchard-app
@employee
Feature: Employee user

  Background:
    Given a valid test user
    Given I login to the ios app

  Scenario: Employee has access to playlists with Most Recent sorting
    When I navigate to the playlists tab
      Then The sorting option displayed should be 'MOST RECENT'
      And All playlists are displayed sorted by the 'Most Recent' filter

# TODO: Re-enable when Chart Digest elements expose stable accessibility
# identifiers after the React Native architecture update.

#  Scenario: Employee can filter charts by brand
#    When I navigate to the Chart Digest screen
#      Then The Charts screen should be displayed
#    When I tap on the 'Weekly Top 200' chart card
#      Then I should be navigated to the 'Weekly Top 200' chart screen
#    When I filter by brand The Orchard in the Charts filter
#      Then The songs filtered by brand are displayed in Charts
