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

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

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

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