@ios
Feature: iOS Content Sorting

Background:
    Given a valid test user

Scenario: Default sorting
    When I login to the ios app
    Then I can see the catalog screen
        And The sorting option displayed should be 'STREAMS • 1 DAYS'

@skip_if_sme
Scenario: Validate playlist sorting functionality with different filters
    When I navigate to the playlists tab
    Then All playlists are displayed sorted by the '1D STREAMS' filter
    When I change the sorting option to 'Most Recent'
    Then All playlists are displayed sorted by the 'Most Recent' filter
    When I change the sorting option to 'Followers'
    Then All playlists are displayed sorted by the 'Followers' filter
