Feature: Abacus Validate Production

  @royalties_prod
  @abacus_prod
  @production
  @id_e0ca1112b635d1101cdf08cd64f8cdf545ea11b354a93b6cd4cee12eab2c84bd
  Scenario: Validate that abacus page works
    Given a user from abacus_prod visits abacus
    And I log in
    Then I can see that abacus accounts page works
    Then I can see that abacus contracts page works
    Then I can see that abacus accounting periods page works
    Then I can see that abacus payments page works
    Then I can see that abacus admin page works
    Then I can see that abacus reference page works
    Then I can see that abacus schedules page works
    Then I can see that abacus adjustments page works
    Then I log out
