Add comprehensive tests for skill verification components and enhance…#315
Merged
nethmalgunawardhana merged 1 commit intodevfrom Jul 19, 2025
Merged
Add comprehensive tests for skill verification components and enhance…#315nethmalgunawardhana merged 1 commit intodevfrom
nethmalgunawardhana merged 1 commit intodevfrom
Conversation
… error handling - Implemented a test suite for AdminSkillVerification component covering loading states, request filtering, approval/rejection workflows, and error handling. - Created a test suite for UserSkillVerificationPortal component with tests for rendering, skill selection, file uploads, form submissions, and request management. - Enhanced error handling in SkillVerificationPortal to provide user feedback for invalid file types and sizes during uploads. - Updated file upload logic to validate file types and sizes before proceeding with document submission. - Improved user experience by displaying appropriate error messages using SweetAlert2 for various validation scenarios.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… error handling