fix: remap vault URLs #4011
javascript.yml
on: push
build
4m 53s
upload-sourcemaps
1m 3s
Annotations
3 errors, 5 warnings, and 2 notices
|
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
2) 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
|
|
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
|
|
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, 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
14 passed (22.3s)
|
|
🎭 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/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation
2 skipped
198 passed (2.1m)
|