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
Version Number: 9.3.31-2 Reproducible in staging?: Yes Reproducible in production?: Yes If this was caught during regression testing, add the test name, ID and link from BrowserStack:#83170 Email or phone of affected tester (no customers):applausetester+ap34@applause.expensifail.com Issue reported by: Applause Internal Team Bug source: Pull Request QA execution Device used: Windows 11 App Component: Other
Action Performed:
Open the app.
Start creating a new distance expense.
Select the Odometer tab.
Enter start reading 0.
Attempt to enter a very large end reading value (e.g., 999999999).
Observe the behavior of the input field.
Switch to the Manual distance tab.
Enter an extremely large distance value (e.g., 9999999999).
Observe the behavior.
Expected Result:
The system displays the error message:
"The total amount is too large. Reduce the distance or lower the rate."
when the entered values generate an amount exceeding the allowed limit.
Actual Result:
Odometer tab:
The input field restricts the value to 7 numeric characters, preventing users from entering values large enough to trigger the validation error described in the PR.
Manual distance tab:
The field allows entering very large values (up to 10 numeric characters), but the expected validation error message does not appear.
This behavior contradicts the validation described in the PR, where the client-side validation should prevent submitting values that exceed the backend amount limit.
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.3.31-2
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from BrowserStack: #83170
Email or phone of affected tester (no customers): applausetester+ap34@applause.expensifail.com
Issue reported by: Applause Internal Team
Bug source: Pull Request QA execution
Device used: Windows 11
App Component: Other
Action Performed:
Expected Result:
The system displays the error message:
"The total amount is too large. Reduce the distance or lower the rate."
when the entered values generate an amount exceeding the allowed limit.
Actual Result:
Odometer tab:
The input field restricts the value to 7 numeric characters, preventing users from entering values large enough to trigger the validation error described in the PR.
Manual distance tab:
The field allows entering very large values (up to 10 numeric characters), but the expected validation error message does not appear.
This behavior contradicts the validation described in the PR, where the client-side validation should prevent submitting values that exceed the backend amount limit.
Workaround:
Unknown
Platforms:
Screenshots/Videos
1.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @hoangzinhUpwork Automation - Do Not Edit