perf: speed up mobile LCP on trading-view token & pair pages (#1288) #3924
javascript.yml
on: push
build
5m 59s
upload-sourcemaps
53s
Annotations
3 errors, 5 warnings, and 2 notices
|
test
Process completed with exit code 1.
|
|
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
1) 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
|
|
upload-sourcemaps
Process completed with exit code 1.
|
|
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, actions/upload-artifact@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/
|
|
build
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, docker/build-push-action@v5, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3, 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/
|
|
upload-sourcemaps
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/login-action@v3, docker/metadata-action@v5. 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 (27.7s)
|
|
🎭 Playwright Run Summary
1 failed
tests/integration/trading-view/vaults/datasets.test.ts:89:2 › vault datasets page › displays validated API key in the page
2 skipped
190 passed (1.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
Expired
|
9.44 KB |
sha256:81486b245d6f2775f28a4bc7bd57be0e1314dce55ff0f2e7a0ebfa29b187267f
|
|