consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user