fix(deps): vuln minor upgrades — 11 packages (minor: 7 · patch: 4) [server] (27) by @gh-worker-campaigns-3e9aa4[bot] (Attempt 1) #21
Annotations
10 errors, 1 warning, and 1 notice
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L35
2) [chromium desktop] › tests/e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByTestId('query-select-button')
33 | await tab.click();
34 |
> 35 | await page.getByTestId('query-select-button').click();
| ^
36 | await page.getByRole('option', { name: 'is-blocked' }).click();
37 | await page.getByRole('button', { name: /query/i }).click();
38 |
at /home/runner/work/temporalio-ui/temporalio-ui/tests/e2e/workflows.spec.ts:35:51
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L0
2) [chromium desktop] › tests/e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
Test timeout of 10000ms exceeded.
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L26
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('textbox')
Expected substring: "at workflow"
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByRole('textbox')
24 |
25 | const codeBlock = page.getByRole('textbox');
> 26 | await expect(codeBlock).toContainText('at workflow');
| ^
27 | });
28 |
29 | test('should render decoded query results', async ({ page }) => {
at /home/runner/work/temporalio-ui/temporalio-ui/tests/e2e/workflows.spec.ts:26:29
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L0
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L26
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('textbox')
Expected substring: "at workflow"
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByRole('textbox')
24 |
25 | const codeBlock = page.getByRole('textbox');
> 26 | await expect(codeBlock).toContainText('at workflow');
| ^
27 | });
28 |
29 | test('should render decoded query results', async ({ page }) => {
at /home/runner/work/temporalio-ui/temporalio-ui/tests/e2e/workflows.spec.ts:26:29
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L0
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L26
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('textbox')
Expected substring: "at workflow"
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByRole('textbox')
24 |
25 | const codeBlock = page.getByRole('textbox');
> 26 | await expect(codeBlock).toContainText('at workflow');
| ^
27 | });
28 |
29 | test('should render decoded query results', async ({ page }) => {
at /home/runner/work/temporalio-ui/temporalio-ui/tests/e2e/workflows.spec.ts:26:29
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L0
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L26
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('textbox')
Expected substring: "at workflow"
Error: element(s) not found
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByRole('textbox')
24 |
25 | const codeBlock = page.getByRole('textbox');
> 26 | await expect(codeBlock).toContainText('at workflow');
| ^
27 | });
28 |
29 | test('should render decoded query results', async ({ page }) => {
at /home/runner/work/temporalio-ui/temporalio-ui/tests/e2e/workflows.spec.ts:26:29
|
|
Run E2E tests:
tests/e2e/workflows.spec.ts#L0
1) [chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
Test timeout of 10000ms exceeded.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-go@v3, actions/setup-node@v4, actions/upload-artifact@v4, arduino/setup-protoc@v3, pnpm/action-setup@v4.0.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run E2E tests
4 failed
[chromium desktop] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
[chromium desktop] › tests/e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
[chromium mobile] › tests/e2e/workflows.spec.ts:17:3 › Workflow Execution Page › should render decoded call stack
[chromium mobile] › tests/e2e/workflows.spec.ts:29:3 › Workflow Execution Page › should render decoded query results
5 skipped
11 passed (4.1m)
|
background
wait
wait-all
cancel
Loading