@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 to moneyhub silently
    And I select Bad Seed in the vendor filter
    And I intercept calls to revenueByTrack
    When I navigate to Tracks tab
    Then The tracks page displays correctly
    Then I can filter by the track name Push the Sky Away
    And I can filter by the isrc GBSG41200001

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