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
Tested on:
Env: development
Hash: 2467fda
Version: 0.15.0
Description:
On the Insurance Details screen in the intake flow, patients should only be allowed to upload images in supported formats (.jpg, .jpeg, or .png,). When attempting to upload an unsupported file type, an error message should appear, notifying the user of the issue. Currently, the system accepts any file type without validation or an error message.
Steps to Reproduce:
Navigate to the Insurance Details screen.
Attempt to upload a file in an unsupported format (e.g., .pdf, .docx).
Expected Result:
An error message should display: "File type not supported. Please select a .jpg, .png, or .jpeg."
Actual Result:
Files in unsupported formats are accepted without any validation or error message.
The text was updated successfully, but these errors were encountered:
Tested on:
Env: development
Hash: 2467fda
Version: 0.15.0
Description:
On the Insurance Details screen in the intake flow, patients should only be allowed to upload images in supported formats (.jpg, .jpeg, or .png,). When attempting to upload an unsupported file type, an error message should appear, notifying the user of the issue. Currently, the system accepts any file type without validation or an error message.
Steps to Reproduce:
Expected Result:
An error message should display: "File type not supported. Please select a .jpg, .png, or .jpeg."
Actual Result:
Files in unsupported formats are accepted without any validation or error message.
The text was updated successfully, but these errors were encountered: