ATLAS-5295:ATLAS UI: Detail page and entity tabs tests, Administrator,glossary, classification, BM, integration tests#635
Open
pawarprasad123 wants to merge 1 commit into
Open
ATLAS-5295:ATLAS UI: Detail page and entity tabs tests, Administrator,glossary, classification, BM, integration tests#635pawarprasad123 wants to merge 1 commit into
pawarprasad123 wants to merge 1 commit into
Conversation
…, glossary, classification, BM, integration tests
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.
What changes were proposed in this pull request?
Add tests for detail page, entity tabs, and related sublayouts
Add tests for admin flows, glossary/ classification/ BM, integration suites
This PR focuses on entity (and related) detail UX: attributes, classifications, audits, lineage inside the detail context, schema, relationships, glossary term panels, relationship detail layout, etc.
This PR adds feature tests for administrator screens (audits, enums, type tree, etc.), glossary and classification flows, business metadata forms, plus cross-cutting tests at
src/__tests__(router,Main, error boundary, license header, optional dependency governance).What changes do
Tests mount realistic page fragments with router params, mocked API, and Redux slices to assert tab behavior, tables, modals, and error/loading states.
Catches regressions in large components (e.g. lineage, schema) that are hard to cover only via shallow component tests.
views/Administrator/**/__tests__: Admin-only workflows (audit tables, filters, import/export audits, layout).views/BusinessMetadata/__tests__,Classification/__tests__,Glossary/__tests__: Metadata stewardship CRUD and assignment flows.src/__tests__/**: Broader integration smoke tests and repo policy checks (apache-license-header), optional dependency governance (RUN_DEPENDENCY_GOVERNANCE=1) withfixtures/dependabot-alerts.sample.json.Why these files are used
How was this patch tested?
Manual test