Skip to content

fix: explain unavailable rolling vault returns #4007

fix: explain unavailable rolling vault returns

fix: explain unavailable rolling vault returns #4007

Triggered via pull request July 18, 2026 11:25
Status Success
Total duration 4m 18s
Artifacts

javascript.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 3 warnings, and 2 notices
tests/integration/trading-view/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation: tests/integration/trading-view/vaults/datasets.test.ts#L86
2) tests/integration/trading-view/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/trading-view/vaults/datasets.test.ts:86:73
tests/integration/strategies/index.test.ts:27:2 › strategy index page › should only display live strategies to admin user when live filter applied: tests/integration/strategies/index.test.ts#L32
1) tests/integration/strategies/index.test.ts:27:2 › strategy index page › should only display live strategies to admin user when live filter applied Error: expect(locator).toHaveCount(expected) failed Locator: locator('[data-testid="strategy-tiles"] > *') Expected: 2 Received: 4 Timeout: 5000ms Call log: - Expect "toHaveCount" with timeout 5000ms - waiting for locator('[data-testid="strategy-tiles"] > *') 9 × locator resolved to 4 elements - unexpected value "4" 30 | 31 | const rows = page.locator(`[data-testid="strategy-tiles"] > *`); > 32 | await expect(rows).toHaveCount(2); // 1 API live + 1 YAML live | ^ 33 | 34 | const heading = page.getByRole('heading', { name: 'MATIC-USD breakout on Uniswap v3' }); 35 | await expect(heading).toBeVisible(); at /home/runner/work/frontend/frontend/tests/integration/strategies/index.test.ts:32:22
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
3 skipped 17 passed (30.6s)
🎭 Playwright Run Summary
2 flaky tests/integration/strategies/index.test.ts:27:2 › strategy index page › should only display live strategies to admin user when live filter applied tests/integration/trading-view/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation 2 skipped 198 passed (2.0m)