feat: add vault risk rating listings (#1347) #4088
javascript.yml
on: push
build
upload-sourcemaps
Annotations
1 error, 3 warnings, and 2 notices
|
tests/integration/vaults/datasets.test.ts:89:2 › vault datasets page › displays validated API key in the page:
tests/integration/vaults/datasets.test.ts#L92
1) tests/integration/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/vaults/datasets.test.ts:92:64
|
|
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
14 passed (23.2s)
|
|
🎭 Playwright Run Summary
1 flaky
tests/integration/vaults/datasets.test.ts:89:2 › vault datasets page › displays validated API key in the page
2 skipped
213 passed (2.1m)
|