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
Description
When the Order input field is left empty (null) and the "Set Order" button is clicked, the application throws a java.lang.NumberFormatException. The input is not properly validated for empty or null values.
Steps to Reproduce
Navigate to the FlexOrderView page.
Delete any existing number in the Order field, leaving it blank.
Click the Set Order button.
Observe the application behavior.
Expected Behavior
The application should validate the input field and prevent the operation if the input is empty. An appropriate user-friendly error message should be displayed.
Actual Behavior
Throw java.lang.NumberFormatException
Recording.2024-12-17.135731.mp4
The text was updated successfully, but these errors were encountered:
Description
When the Order input field is left empty (null) and the "Set Order" button is clicked, the application throws a java.lang.NumberFormatException. The input is not properly validated for empty or null values.
Steps to Reproduce
FlexOrderView
page.Expected Behavior
The application should validate the input field and prevent the operation if the input is empty. An appropriate user-friendly error message should be displayed.
Actual Behavior
Throw
java.lang.NumberFormatException
Recording.2024-12-17.135731.mp4
The text was updated successfully, but these errors were encountered: