@frontend_contract
@ows_contracts
Feature: Track Level Splits
  Scenario: Add a track split
    Given I have single track split to apply
    # 51643 is the contract_id of the vendor 7123
    When I am on the Contract::TrackArrangement for contract 51643 with no splits
    Then I should be able to add track splits

  Scenario: Add multiple track splits
    Given I have multiple track splits to apply
    # 51643 is the contract_id of the vendor 7123
    When I am on the Contract::TrackArrangement for contract 51643 with no splits
    Then I should be able to add track splits

  Scenario: Update a track split
    Given I have single track split to apply
    # 51643 is the contract_id of the vendor 7123
    When I am on the Contract::TrackArrangement for contract 51643 with a split
    Then I should be able to update a track split

  Scenario: Delete track split
    # 51643 is the contract_id of the vendor 7123
    When I am on the Contract::TrackArrangement for contract 51643 with a split
    Then I should be able to delete all track splits
