MMT-3923: Catch intermittent error from EDL #1139
Annotations
3 errors and 3 warnings
Unhandled error:
static/src/js/components/ErrorBoundary/ErrorBoundary.jsx#L27
TypeError: Cannot read properties of undefined (reading 'extensions')
❯ getDerivedStateFromError static/src/js/components/ErrorBoundary/ErrorBoundary.jsx:27:5
❯ ErrorBoundary.update.payload node_modules/react-dom/cjs/react-dom.development.js:18735:14
❯ getStateFromUpdate node_modules/react-dom/cjs/react-dom.development.js:13689:35
❯ processUpdateQueue node_modules/react-dom/cjs/react-dom.development.js:13837:20
❯ updateClassInstance node_modules/react-dom/cjs/react-dom.development.js:14672:3
❯ updateClassComponent node_modules/react-dom/cjs/react-dom.development.js:19695:20
❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21611:16
❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27426:14
❯ performUnitOfWork node_modules/react-dom/cjs/react-dom.development.js:26560:12
❯ workLoopSync node_modules/react-dom/cjs/react-dom.development.js:26466:5
This error originated in "static/src/js/components/PermissionForm/__tests__/PermissionForm.test.jsx" 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 "should render error when fetchMore fails". 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.
|
static/src/js/components/PermissionForm/__tests__/PermissionForm.test.jsx > PermissionForm > form validation > when invalid group permission occur > should remove the invalid group permission:
static/src/js/components/PermissionForm/__tests__/PermissionForm.test.jsx#L1733
Error: expect(received).toBeInTheDocument()
received value must be an HTMLElement or an SVGElement.
❯ static/src/js/components/PermissionForm/__tests__/PermissionForm.test.jsx:1733:28
|
vitest (lts/hydrogen)
Process completed with exit code 1.
|
stylelint (lts/hydrogen)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint (lts/hydrogen)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vitest (lts/hydrogen)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|