Skip to content

Update top vault rankings and blacklisted listing #3939

Update top vault rankings and blacklisted listing

Update top vault rankings and blacklisted listing #3939

Triggered via push July 2, 2026 15:26
Status Success
Total duration 4m 30s
Artifacts

javascript.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 3 warnings, and 2 notices
tests/integration/trading-view/vaults/datasets.test.ts:89:2 › vault datasets page › displays validated API key in the page: tests/integration/trading-view/vaults/datasets.test.ts#L92
2) tests/integration/trading-view/vaults/datasets.test.ts:89:2 › vault datasets page › displays validated API key in the page Error: expect(locator).toBeVisible() failed Locator: getByText('test-valid-api-key-12345', { exact: true }) Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('test-valid-api-key-12345', { exact: true }) 90 | await page.getByLabel('Enter API key to enable download').fill(VALID_API_KEY); 91 | await page.getByRole('button', { name: 'Enter' }).click(); > 92 | await expect(page.getByText(VALID_API_KEY, { exact: true })).toBeVisible(); | ^ 93 | }); 94 | 95 | test('curl example shows actual key after successful validation', async ({ page }) => { at /home/runner/work/frontend/frontend/tests/integration/trading-view/vaults/datasets.test.ts:92:64
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 (28.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:89:2 › vault datasets page › displays validated API key in the page 2 skipped 193 passed (2.0m)