consolidation of some of the modules, localization fixes, product advisories work, qa work

This commit is contained in:
master
2026-03-05 03:54:22 +02:00
parent 7bafcc3eef
commit 8e1cb9448d
3878 changed files with 72600 additions and 46861 deletions

View File

@@ -257,9 +257,9 @@ test.describe('Section 5: Ops - Operations', () => {
expect(body.length).toBeGreaterThan(10);
});
test('orchestrator dashboard', async ({ authenticatedPage: page }) => {
await go(page, '/ops/operations/orchestrator');
await snap(page, '05-ops-orchestrator');
test('jobengine dashboard', async ({ authenticatedPage: page }) => {
await go(page, '/ops/operations/jobengine');
await snap(page, '05-ops-jobengine');
const body = await page.locator('body').innerText();
expect(body.length).toBeGreaterThan(10);
});