@moneyhub
Feature: Highlights Tracks

  @id_a9cb8404ff637dfaeb51504a2b5e8f61fbfcd04b81c5340b95504bc237bd5ee9
  Scenario: Highlights Tracks track page display and filter
    Given an orchard employee label_6971 for moneyhub
    And I log in
    And I select Bad Seed in the moneyhub vendor filter
    And I intercept calls to revenueByTrack
    When I navigate to the highlights Tracks tab
    Then The highlights tracks page displays correctly
    And I can filter the highlights page by the track name Push the Sky Away
    #    Filter by an ISRC
    And I can filter the highlights page by the track name GBSG41200001

  @id_79b2463e722b4d3fe0c82609b4d2d142ad4dd6a811ba639ce3853af2c337a765
  Scenario: Highlights Tracks sort works correctly
    Given an orchard employee label_6971 for moneyhub
    And I log in
    And I select Bad Seed in the moneyhub vendor filter
    And I intercept calls to revenueByTrack
    When I navigate to the highlights Tracks tab
    And I sort by Track, asc on the highlights tracks page
    Then The highlights tracks table is sorted by Track
