Skip to content

getting rid of jsx pragma #4463

getting rid of jsx pragma

getting rid of jsx pragma #4463

Triggered via pull request March 25, 2025 17:26
Status Failure
Total duration 8m 7s
Artifacts

pr-validation.yml

on: pull_request
Lint commit msg + code
3m 45s
Lint commit msg + code
Vitest unit tests
5m 37s
Vitest unit tests
Cypress component tests
7m 57s
Cypress component tests
Legacy unit tests
4m 4s
Legacy unit tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint commit msg + code
Process completed with exit code 1.
packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx > <Badge /> > should change position based on the placement prop: packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx#L95
AssertionError: expected CSSStyleDeclaration{ …(20) } to have property "bottom" with value 'calc(-1 * 5px)' - Expected + Received - calc(-1 * 5px) ❯ packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx:95:24
packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx > <Billboard /> > when passing down props to View > should support an `as` prop: packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx#L178
AssertionError: expected 'css-4ehbyo-billboard css-1mstt4z-view' to match /view-billboard/ - Expected: /view-billboard/ + Received: "css-4ehbyo-billboard css-1mstt4z-view" ❯ packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx:178:40
packages/ui-navigation/src/AppNav/__new-tests__/AppNav.test.tsx > <AppNav /> > for a11y > should render a nav element with an aria-label: packages/ui-navigation/src/AppNav/__new-tests__/AppNav.test.tsx#L67
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ packages/ui-navigation/src/AppNav/__new-tests__/AppNav.test.tsx:67:26
packages/ui-options/src/Options/__new-tests__/Options.test.tsx > <Options /> > should render nested options properly: packages/ui-options/src/Options/__new-tests__/Options.test.tsx#L144
AssertionError: expected 10 to be 5 // Object.is equality - Expected + Received - 5 + 10 ❯ packages/ui-options/src/Options/__new-tests__/Options.test.tsx:144:29
packages/ui-progress/src/ProgressCircle/__new-tests__/ProgressCircle.test.tsx > <ProgressCircle /> > should format the displayed text: packages/ui-progress/src/ProgressCircle/__new-tests__/ProgressCircle.test.tsx#L71
Error: expect(received).toHaveTextContent() received value must be a Node. ❯ packages/ui-progress/src/ProgressCircle/__new-tests__/ProgressCircle.test.tsx:71:22
packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx > <Spinner /> > should render: packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx#L53
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx:53:21
packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx > <Spinner /> > should render the title prop text in the SVG element title: packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx#L60
Error: expect(received).toHaveTextContent() received value must be a Node. ❯ packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx:60:21
packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx > <Spinner /> > should render the contents of a component used in renderTitle: packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx#L82
Error: expect(received).toHaveTextContent() received value must be a Node. ❯ packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx:82:21
packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx > <TopNavBarActionItems /> > truncated list > in smallViewport mode > should render as TruncateList: packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx#L179
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx:179:31
packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx > <TopNavBarActionItems /> > truncated list > in smallViewport mode > should truncate the end of the list: packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx#L238
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ packages/ui-top-nav-bar/src/TopNavBar/TopNavBarActionItems/__new-tests__/TopNavBarActionItems.test.tsx:238:31