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
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct
Description
Add E2E tests to verify the Audit Logs page (
/events) displays correctly and search functionality works.What to Test
Audit Logs Display
/events)Search/Filter Logs
Acceptance Criteria
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct