fix: Enhance Dockerfile and scripts for improved dependency management and coverage reporting

This commit is contained in:
GitHub Actions
2026-02-18 14:31:14 +00:00
parent 0369eb1c12
commit 849d95ca84
15 changed files with 1285 additions and 126 deletions

View File

@@ -300,7 +300,7 @@ describe('ProxyHosts - Bulk ACL Modal', () => {
// Select hosts and open modal
const checkboxes = screen.getAllByRole('checkbox');
const user = userEvent.setup()
const user = userEvent.setup();
await user.click(checkboxes[0]);
await waitFor(() => {