Skip to content

Commit

Permalink
Merge pull request #7533 from ehuelsmann/tests/reconciliation
Browse files Browse the repository at this point in the history
More reconciliation tests
  • Loading branch information
ehuelsmann committed Jul 24, 2023
2 parents b3c8702 + b9f2364 commit 88a4a89
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions xt/66-cucumber/13-cash/reconciliation.feature
Expand Up @@ -91,3 +91,26 @@ Scenario: Search for reconciliation report and delete it,
Then I should see the Reconciliation Search Report screen
And I expect the report to contain 0 rows


Scenario: Update with new GL transaction on a new line
Given an existing and empty reconciliation report
When I open the reconciliation report
And I enter a GL transaction with a balance of 100.00 into the reconciliation period
And I update the screen
Then I expect the reconciliation report to show one uncleared line

Scenario: Update with new AR transaction on a new line
Given an existing and empty reconciliation report
When I open the reconciliation report
And I enter an AR payment with a balance of 100.00 into the reconciliation period
And I update the screen
Then I expect the reconciliation report to show one uncleared line

Scenario: Update with new GL transaction on an existing line
Given an existing reconciliation report
And a GL transaction with a balance of 100.00 into the reconciliation period
When I open the reconciliation report
And I mark all lines cleared
And I enter a GL transaction with a balance of 50.00 into the reconciliation period
Then I expect the reconciliation report to show one uncleared line

0 comments on commit 88a4a89

Please sign in to comment.