Skip to content

Build: Maintenance #41614

Build: Maintenance

Build: Maintenance #41614

Triggered via pull request November 4, 2024 13:23
Status Failure
Total duration 9m 38s
Artifacts

tests-unit.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
../addons/interactions/src/components/MethodCall.stories.tsx > Args: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-interactions-methodcall--args&addonPanel=storybook/test/panel error: Warning: %s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.%s ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37
../addons/test/src/components/GlobalErrorModal.stories.tsx > Default: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-test-globalerrormodal--default&addonPanel=storybook/test/panel error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For more information, see https://radix-ui.com/primitives/docs/components/dialog ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37 ❯ ../core/dist/components/index.js:27001:30
../addons/test/src/components/MethodCall.stories.tsx > Args: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/addons-test-methodcall--args&addonPanel=storybook/test/panel error: Warning: %s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.%s ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37
../core/src/components/components/Modal/Modal.stories.tsx > Default: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--default&addonPanel=storybook/test/panel error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For more information, see https://radix-ui.com/primitives/docs/components/dialog ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37 ❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
../core/src/components/components/Modal/Modal.stories.tsx > Fixed Width: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-width&addonPanel=storybook/test/panel error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For more information, see https://radix-ui.com/primitives/docs/components/dialog ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37 ❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
../core/src/components/components/Modal/Modal.stories.tsx > Fixed Height: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-height&addonPanel=storybook/test/panel error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For more information, see https://radix-ui.com/primitives/docs/components/dialog ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37 ❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
../core/src/components/components/Modal/Modal.stories.tsx > Fixed Width And Height: code/vitest-setup.ts#L25
Error: Click to debug the error directly in Storybook: http://localhost:6006/?path=/story/components-modal--fixed-width-and-height&addonPanel=storybook/test/panel error: `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component. For more information, see https://radix-ui.com/primitives/docs/components/dialog ❯ throwMessage ../vitest-setup.ts:25:16 ❯ console.throwError ../vitest-setup.ts:31:37 ❯ ../node_modules/.vite/deps/@radix-ui_react-dialog.js:1858:30
src/compiler/index.test.ts > mdx3 > supports AdjacentBlockJSX: code/addons/docs/src/compiler/index.test.ts#L33
Error: Snapshot `mdx3 > supports AdjacentBlockJSX 1` mismatched - Expected + Received import {jsx as _jsx} from "react/jsx-runtime"; import {useMDXComponents as _provideComponents} from "@mdx-js/react"; function _createMdxContent(props) { return _jsx("style", { children: ` - h1 { + h1 { - color: blue; + color: blue; - } + } ` }); } ❯ src/compiler/index.test.ts:33:39
src/compiler/index.test.ts > docs-mdx-compiler-plugin > style tag: code/addons/docs/src/compiler/index.test.ts#L638
Error: Snapshot `docs-mdx-compiler-plugin > style tag 1` mismatched - Expected + Received @@ -5,26 +5,26 @@ return _jsxs(_Fragment, { children: [_jsx(Meta, { title: "Example/Introduction" }), "\n", _jsx("style", { children: ` - .subheading { + .subheading { - --mediumdark: '#999999'; + --mediumdark: '#999999'; - font-weight: 900; + font-weight: 900; - font-size: 13px; + font-size: 13px; - color: #999; + color: #999; - letter-spacing: 6px; + letter-spacing: 6px; - line-height: 24px; + line-height: 24px; - text-transform: uppercase; + text-transform: uppercase; - margin-bottom: 12px; + margin-bottom: 12px; - margin-top: 40px; + margin-top: 40px; - } - .link-list { + } + .link-list { - display: grid; + display: grid; - grid-template-columns: 1fr; + grid-template-columns: 1fr; - grid-template-rows: 1fr 1fr; + grid-template-rows: 1fr 1fr; - row-gap: 10px; + row-gap: 10px; - } + } ` })] }); } ❯ src/compiler/index.test.ts:638:7
Core Unit Tests, windows-latest
Process completed with exit code 1.