-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Open
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests
Description
Description
Add E2E tests to verify asset details page displays correctly, including producing and consuming DAGs sections.
What to Test
Asset Details
- Click on an asset to view details
- Verify asset name and URI are displayed
- Verify asset metadata is shown (group, extra info)
- Verify creation/update timestamps display
Producing DAGs
- Verify "Producing DAGs" section is visible
- Verify DAG names that produce this asset are listed
- Verify clicking on a DAG navigates to the DAG detail page
Consuming DAGs
- Verify "Consuming DAGs" section is visible
- Verify DAG names that consume this asset are listed
- Verify clicking on a DAG navigates to the DAG detail page
Acceptance Criteria
- Asset details view is accessible and shows complete information
- Producing DAGs section displays DAGs that output the asset
- Consuming DAGs section displays DAGs triggered by the asset
- Navigation to DAG detail pages works correctly
- All tests pass on Chromium, Firefox, and WebKit
Related issues
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests