-
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 the Audit Logs page (/events) displays correctly and search functionality works.
What to Test
Audit Logs Display
- Navigate to the Audit Logs page (
/events) - Verify the logs table is displayed
- Verify log entries show: timestamp, event type, DAG ID, user, etc.
- Verify pagination works
- Verify column sorting works
Search/Filter Logs
- Verify search input is visible
- Search for a specific event type
- Verify filtered results match search criteria
- Clear search and verify all logs display again
- Filter by DAG ID
Acceptance Criteria
- Audit Logs page loads successfully
- Logs table displays with correct columns
- Pagination works correctly
- Search returns filtered results
- Column sorting works
- 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