You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix non-reimbursable badge test to actually validate the fix
The test used REIMBURSEMENT_NO which makes arePaymentsEnabled() return
false, so canIOUBePaid never returns true regardless of the fix. Switch
to REIMBURSEMENT_MANUAL with APPROVED status and correct report totals
so canBePaidElsewhere returns true on main (without fix) but the
non-reimbursable check in getBadgeFromIOUReport skips the PAY badge.
Co-authored-by: Situ Chandra Shil <situchan@users.noreply.github.com>
0 commit comments