exclude disconnected strategies from home page #2660
Annotations
3 errors, 1 warning, and 1 notice
Run Tests:
tests/integration/diagnostics.test.ts#L1
1) diagnostics.test.ts:13:2 › diagnostics page › should acquire admin role via admin pw submission
Test timeout of 30000ms exceeded.
|
Run Tests:
tests/integration/diagnostics.test.ts#L16
1) diagnostics.test.ts:13:2 › diagnostics page › should acquire admin role via admin pw submission
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/diagnostics?pw=secret" until "load"
navigated to "http://localhost:4173/diagnostics?pw="
============================================================
14 | await page.getByPlaceholder('Enter admin pw').fill('secret');
15 | await page.getByRole('button', { name: 'Save' }).click();
> 16 | await page.waitForURL('/diagnostics?pw=secret');
| ^
17 |
18 | const adminRole = page.getByText('You have admin role');
19 | await expect(adminRole).toBeVisible();
at /home/runner/work/frontend/frontend/tests/integration/diagnostics.test.ts:16:14
|
Run Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Tests
1 failed
diagnostics.test.ts:13:2 › diagnostics page › should acquire admin role via admin pw submission
2 skipped
32 passed (34.5s)
|
Loading