Commit graph

3 commits

Author SHA1 Message Date
bengizmo
a7fc826064 test: Fix pagination test to handle single-page scenarios
All dashboard enhanced features tests now passing:
- Search with debounce
- Date range filtering
- Per page selector
- Column sorting (AJAX tables)
- Pagination controls
- Combined filters
- Responsive design
- Loading indicators
- Error handling
- Performance metrics
2025-05-30 10:36:35 -06:00
bengizmo
107adc68d0 test: Update Playwright tests to handle help system modal and fix selectors 2025-05-30 10:33:24 -06:00
bengizmo
a4d08fb15a test: Add comprehensive E2E tests for enhanced dashboard features
- Add tests for search functionality with debounce
- Add tests for date range filtering
- Add tests for per-page selector
- Add tests for column sorting (ascending/descending)
- Add tests for pagination controls
- Add tests for combined filters working together
- Add tests for responsive design on mobile/tablet
- Add tests for loading indicators
- Add tests for error handling
- Add performance measurement for search operations

Tests cover all new dashboard features including search, filters,
pagination, and sorting to ensure functionality works as expected.

Co-Authored-By: Ben Reed <ben@tealmaker.com>
2025-05-30 10:18:15 -06:00