chore: update UnoCSS #1359
Annotations
3 errors and 1 notice
|
Test
Process completed with exit code 1.
|
|
Test:
e2e/test/topbar.test.ts#L56
1) [Default] › test/topbar.test.ts:55:1 › user can download project as zip ───────────────────────
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:4329/", waiting until "networkidle"
54 |
55 | test('user can download project as zip', async ({ page }) => {
> 56 | await page.goto('/', { waitUntil: 'networkidle' });
| ^
57 |
58 | const downloadPromise = page.waitForEvent('download');
59 | await page.getByRole('navigation').getByRole('button', { name: 'Download lesson as zip-file' }).click();
at /home/runner/work/tutorialkit/tutorialkit/e2e/test/topbar.test.ts:56:14
|
|
Test:
e2e/test/topbar.test.ts#L0
1) [Default] › test/topbar.test.ts:55:1 › user can download project as zip ───────────────────────
Test timeout of 30000ms exceeded.
|
|
Test
1 failed
[Default] › test/topbar.test.ts:55:1 › user can download project as zip ────────────────────────
1 skipped
34 passed (2.8m)
|
Loading