fix: handling of render in background optimized for UI

This commit is contained in:
2026-02-22 08:31:33 +01:00
parent 20ef4588bf
commit c9ab47d3de
10 changed files with 303 additions and 151 deletions

View File

@@ -263,7 +263,7 @@ describe('Panel', () => {
render(<Panel />);
const parent = screen.getByRole('button', { name: 'Render Site (2)' });
const parent = screen.getByRole('button', { name: /Render Site \(2, \d+% · 1 running · 1 pending\)/ });
expect(parent).toBeInTheDocument();
expect(await screen.findByText('Render Site Core')).toBeInTheDocument();
expect(screen.getByText('Render Tag Archives')).toBeInTheDocument();