@frontend_royalties
@abacus_adjustments
@ows_abacus_worksheet
Feature: Abacus Adjustments 2

  @id_0c2fc0af5101cf451a316c5d84e53a8b22488f94ccd16fc344140a629885cf3d
  Scenario: Download adjustments file template
    Given an orchard employee label_7123_admin_5 for abacus
    When I log in
    Then I should be able to download adjustments file template

  @ACC-8180
  @id_078bf9a5e9dce06d404f1350286dab01453563744157ad0e596f3d9c90427b4b
  Scenario: File over 70,000 rows should throw an error
    Given an orchard employee label_7123_admin_5 for abacus
    And I log in
    And I should be able to upload very_big_file_test adjustments file

  @id_d6c3eea7536cca395cc2867a59d622e541e4d7bd4da2065d6a4cc8fdf6fa8099
  Scenario: Adjustments File with amount 0 should throw an error
    Given an orchard employee label_7123_admin_5 for abacus
    And I log in
    And I should be able to upload invalid_adjustments_file_amount_zero adjustments file
    Then error report should contain the error: Amount cannot be zero
