test: update snapshots and refactor test files for UI consistency#853
Merged
Conversation
Modified multiple snapshot files to reflect recent UI changes, including class name updates and structural adjustments. Refactored test files to remove unused imports and streamline the use of mock functions, enhancing overall test clarity and maintainability.
Added mock functions for database service driver in audit result tests to improve test coverage. Updated snapshots to reflect recent UI changes, including class name adjustments and new link elements for better user interaction. Refactored test files for clarity and maintainability.
…tency Refactored multiple test files to include mock implementations for database service drivers, improving test coverage and consistency. Updated snapshots to reflect recent UI changes, including class name adjustments and structural modifications across various components, ensuring alignment with the latest design standards.
Refactored multiple snapshot files to reflect recent UI changes, including class name adjustments and structural modifications. Enhanced test coverage by updating mock implementations and ensuring alignment with the latest design standards across various components, including audit results and SQL execution workflows.
Updated snapshots for the VersionModal component to reflect significant UI changes, including adjustments to modal width and structural modifications for improved layout and user interaction. Enhanced the test coverage by ensuring alignment with the latest design standards.
…pdates Added mock implementations for the current project in StatusDrawer tests to improve test coverage. Updated snapshots to reflect recent UI changes, including adjustments to class names and structural modifications for better clarity and user interaction.
Coverage report
Test suite run success2300 tests passing in 628 suites. Report generated by 🧪jest coverage report action from d1a3b3e |
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.
Modified multiple snapshot files to reflect recent UI changes, including class name updates and structural adjustments. Refactored test files to remove unused imports and streamline the use of mock functions, enhancing overall test clarity and maintainability.
link #852