fix: exclude label-blacklisted vaults from APY #3928
javascript.yml
on: push
build
0s
upload-sourcemaps
0s
Annotations
4 errors, 3 warnings, and 2 notices
|
tests/e2e/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post:
tests/e2e/blog.test.ts#L22
1) tests/e2e/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post ───
Error: expect(page).toHaveURL(expected) failed
Expected: "http://localhost:4173/blog/tau-labs-podcast-1"
Received: "http://localhost:4173/blog"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:4173/blog"
20 | const title = await heading.textContent();
21 | await titleLink.click();
> 22 | await expect(page).toHaveURL(url!);
| ^
23 | await expect(page).toHaveTitle(title!);
24 | });
25 | });
at /home/runner/work/frontend/frontend/tests/e2e/blog.test.ts:22:22
|
|
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/sitemap-index.test.ts:32:2 › sitemap index › local sitemap entries should be valid sitemaps:
tests/integration/sitemap-index.test.ts#L42
1) tests/integration/sitemap-index.test.ts:32:2 › sitemap index › local sitemap entries should be valid sitemaps
Error: Failed to load or parse sitemap http://localhost:4173/glossary/sitemap.xml
40 | await parseSitemap(Readable.from(data));
41 | } catch (e) {
> 42 | throw new Error(`Failed to load or parse sitemap ${url}`);
| ^
43 | }
44 | });
45 |
at /home/runner/work/frontend/frontend/tests/integration/sitemap-index.test.ts:42:11
at /home/runner/work/frontend/frontend/tests/integration/sitemap-index.test.ts:47:3
|
|
tests/integration/sitemap-index.test.ts:32:2 › sitemap index › local sitemap entries should be valid sitemaps:
tests/integration/sitemap-index.test.ts#L0
1) tests/integration/sitemap-index.test.ts:32:2 › sitemap index › local sitemap entries should be valid sitemaps
Test timeout of 30000ms exceeded.
|
|
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/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post ────
3 skipped
16 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 flaky
tests/integration/sitemap-index.test.ts:32:2 › sitemap index › local sitemap entries should be valid sitemaps
tests/integration/trading-view/vaults/datasets.test.ts:83:2 › vault datasets page › hides API key form after successful validation
2 skipped
189 passed (2.2m)
|