Refactor pipeline task handling and UI flows

This commit is contained in:
2026-06-13 21:09:49 +02:00
parent 21c7e4c9a4
commit ff4c572157
24 changed files with 1346 additions and 236 deletions

View File

@@ -32,7 +32,12 @@ test("AuditsBoard keeps audit detail links and non-clickable pipeline cards", as
assert.match(source, /row\.kind === "audit"/);
assert.match(source, /href=\{row\.detailHref\}/);
assert.match(source, /Öffnen/);
assert.match(source, /Pipeline läuft/);
assert.match(source, /row\.progress/);
assert.match(source, /progressbar/);
assert.match(source, /row\.retry/);
assert.match(source, /Versuch/);
assert.match(source, /Erneut starten/);
assert.match(source, /retryAuditRun/);
assert.match(source, /getGenerationStatusLabel\(row\)/);
assert.match(source, /row\.errorSummary/);
});