mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 12:09:15 +00:00
feat(resources): add search, filters, and sort to Rollback generations (#1788)
Collapsible search, All/Current/Superseded filter pills matching Images/Volumes, sortable columns defaulting to newest-first, and move the long help copy behind an info tooltip.
This commit is contained in:
@@ -508,7 +508,8 @@ describe('ResourcesView', () => {
|
||||
|
||||
expect(await screen.findByText('seerr')).toBeInTheDocument();
|
||||
expect(screen.getByText('abc123456789')).toBeInTheDocument();
|
||||
expect(screen.getByText('Current')).toBeInTheDocument();
|
||||
// State badge and the Current filter pill both render this label.
|
||||
expect(screen.getAllByText('Current').length).toBeGreaterThanOrEqual(2);
|
||||
expect(screen.getByRole('button', { name: /release rollback protection/i })).toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user