Add max_height to widget action props. Add highlight search results t… #190
Annotations
4 errors and 1 warning
|
ci
Process completed with exit code 2.
|
|
src/components/dashboard-action-widget/index.test.tsx > DashboardWidget > copies filtered results again after search:
frontend/src/components/dashboard-action-widget/index.test.tsx#L195
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/components/dashboard-action-widget/index.test.tsx:195:3
|
|
src/components/dashboard-action-widget/index.test.tsx > DashboardWidget > filters results, supports reset and copy to clipboard:
frontend/src/components/dashboard-action-widget/index.test.tsx#L134
Error: Test timed out in 10000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/components/dashboard-action-widget/index.test.tsx:134:3
|
|
Unhandled error:
frontend/src/components/dashboard-action-widget/index.tsx#L255
TypeError: Cannot read properties of undefined (reading 'writeText')
❯ Object.handleCopyResults [as onClick] src/components/dashboard-action-widget/index.tsx:255:31
❯ node_modules/antd/lib/button/Button.js:196:20
❯ executeDispatch node_modules/react-dom/cjs/react-dom-client.development.js:19116:9
❯ runWithFiberInDEV node_modules/react-dom/cjs/react-dom-client.development.js:874:13
❯ processDispatchQueue node_modules/react-dom/cjs/react-dom-client.development.js:19166:19
❯ node_modules/react-dom/cjs/react-dom-client.development.js:19767:9
❯ batchedUpdates$1 node_modules/react-dom/cjs/react-dom-client.development.js:3255:40
❯ dispatchEventForPluginEventSystem node_modules/react-dom/cjs/react-dom-client.development.js:19320:7
❯ dispatchEvent node_modules/react-dom/cjs/react-dom-client.development.js:23585:11
❯ dispatchDiscreteEvent node_modules/react-dom/cjs/react-dom-client.development.js:23553:11
This error originated in "src/components/dashboard-action-widget/index.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "copies filtered results again after search". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
ci
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|