Skip to content

Commit

Permalink
Update reconciliation report search test to reflect bugfix
Browse files Browse the repository at this point in the history
Update test to expect user name, rather then entity_id in
`submitted by` column.
  • Loading branch information
nick-prater committed Mar 6, 2020
1 parent 8a5e3b3 commit a335863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/66-cucumber/13-cash/reconciliation.feature
Expand Up @@ -69,7 +69,7 @@ Scenario: Search for reconciliation report and delete it,
And I expect the 'Statement Balance' report column to contain '101.00' for Statement Date '2018-01-01'
And I expect the 'Approved' report column to contain '' for Statement Date '2018-01-01'
And I expect the 'Submitted' report column to contain '' for Statement Date '2018-01-01'
And I expect the 'Entered By' report column to contain '1' for Statement Date '2018-01-01'
And I expect the 'Entered By' report column to contain 'test-user-admin' for Statement Date '2018-01-01'
And I expect the 'Approved By' report column to contain '' for Statement Date '2018-01-01'
When I click the "2018-01-01" link
Then I should see the Reconciliation Report screen
Expand Down

0 comments on commit a335863

Please sign in to comment.