Skip to content

Fix mobile vault chart and listing layouts #4071

Fix mobile vault chart and listing layouts

Fix mobile vault chart and listing layouts #4071

Triggered via pull request July 30, 2026 06:22
Status Success
Total duration 4m 13s
Artifacts

javascript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 3 warnings, and 2 notices
tests/e2e/index.test.ts:8:2 › home page › should display hero banner: tests/e2e/index.test.ts#L5
1) tests/e2e/index.test.ts:8:2 › home page › should display hero banner ────────────────────────── Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:4173/", waiting until "load" 3 | test.describe('home page', () => { 4 | test.beforeEach(async ({ page }) => { > 5 | await page.goto('/'); | ^ 6 | }); 7 | 8 | test('should display hero banner', async ({ page }) => { at /home/runner/work/frontend/frontend/tests/e2e/index.test.ts:5:14
tests/e2e/index.test.ts:8:2 › home page › should display hero banner: tests/e2e/index.test.ts#L4
1) tests/e2e/index.test.ts:8:2 › home page › should display hero banner ────────────────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 2 | 3 | test.describe('home page', () => { > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | await page.goto('/'); 6 | }); 7 | at /home/runner/work/frontend/frontend/tests/e2e/index.test.ts:4:7
tests/integration/vaults/datasets.test.ts:103:2 › vault datasets page › download links include api-key query param after validation: tests/integration/vaults/datasets.test.ts#L108
2) tests/integration/vaults/datasets.test.ts:103:2 › vault datasets page › download links include api-key query param after validation Error: locator.getAttribute: Test timeout of 30000ms exceeded. Call log: - waiting for locator('td.links a.action-link[href*="/datasets/download/"]').first() 106 | // Target a paid (gated) download link — free sample links use /api and carry no key 107 | const link = page.locator('td.links a.action-link[href*="/datasets/download/"]').first(); > 108 | const href = await link.getAttribute('href'); | ^ 109 | expect(href).toContain(`api-key=${VALID_API_KEY}`); 110 | }); 111 | }); at /home/runner/work/frontend/frontend/tests/integration/vaults/datasets.test.ts:108:27
tests/integration/vaults/datasets.test.ts:103:2 › vault datasets page › download links include api-key query param after validation: tests/integration/vaults/datasets.test.ts#L0
2) tests/integration/vaults/datasets.test.ts:103:2 › vault datasets page › download links include api-key query param after validation Test timeout of 30000ms exceeded.
tests/integration/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation: tests/integration/vaults/datasets.test.ts#L86
1) tests/integration/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation Error: expect(locator).not.toBeVisible() failed Locator: getByLabel('Enter API key to enable download') Expected: not visible Received: visible Timeout: 5000ms Call log: - Expect "not toBeVisible" with timeout 5000ms - waiting for getByLabel('Enter API key to enable download') 9 × locator resolved to <input type="text" id="apiKey" name="apiKey" autocomplete="off" class="svelte-d9edf1" placeholder="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"/> - unexpected value "visible" 84 | await page.getByLabel('Enter API key to enable download').fill(VALID_API_KEY); 85 | await page.getByRole('button', { name: 'Enter' }).click(); > 86 | await expect(page.getByLabel('Enter API key to enable download')).not.toBeVisible(); | ^ 87 | }); 88 | 89 | test('displays validated API key in the page', async ({ page }) => { at /home/runner/work/frontend/frontend/tests/integration/vaults/datasets.test.ts:86:73
check-format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
1 flaky tests/e2e/index.test.ts:8:2 › home page › should display hero banner ─────────────────────────── 3 skipped 13 passed (50.3s)
🎭 Playwright Run Summary
2 flaky tests/integration/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation tests/integration/vaults/datasets.test.ts:103:2 › vault datasets page › download links include api-key query param after validation 2 skipped 202 passed (2.0m)