Skip to content

fix: Represent string literals as single-value unions #294

fix: Represent string literals as single-value unions

fix: Represent string literals as single-value unions #294

Triggered via pull request December 15, 2025 17:07
Status Failure
Total duration 21m 30s
Artifacts 6

dry-run.yml

on: pull_request
dry-run  /  Create build tree
3s
dry-run / Create build tree
dry-run  /  Build browser-test-tools
5s
dry-run / Build browser-test-tools
dry-run  /  Build documenter
1m 41s
dry-run / Build documenter
dry-run  /  Build global-styles
6s
dry-run / Build global-styles
dry-run  /  Build build-tools
3s
dry-run / Build build-tools
dry-run  /  Build collection-hooks
5s
dry-run / Build collection-hooks
dry-run  /  Build jest-preset
5s
dry-run / Build jest-preset
dry-run  /  Build component-toolkit
5s
dry-run / Build component-toolkit
dry-run  /  Build test-utils
40s
dry-run / Build test-utils
dry-run  /  Build theming-core
3s
dry-run / Build theming-core
Matrix: dry-run / buildComponents
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / integTestShards
dry-run  /  Components unit tests
9m 14s
dry-run / Components unit tests
Matrix: dry-run / motionTest
dry-run  /  Build board components
2m 17s
dry-run / Build board components
dry-run  /  Build code view components
57s
dry-run / Build code view components
dry-run  /  Build chat components
1m 16s
dry-run / Build chat components
dry-run  /  Build chart components
2m 10s
dry-run / Build chart components
dry-run  /  Components accessibility tests
4s
dry-run / Components accessibility tests
dry-run  /  Components integration tests
2s
dry-run / Components integration tests
dry-run  /  Demos tests
0s
dry-run / Demos tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 238 warnings
dry-run / Build chart components
Process completed with exit code 1.
src/core/__tests__/chart-core-legend.test.tsx > CoreChart: legend > legend items are highlighted on hover in cartesian chart: src/core/__tests__/chart-core-legend.test.tsx#L186
AssertionError: expected [ 'Line 3' ] to deeply equal [ 'L1', 'Line 3' ] - Expected + Received [ - "L1", "Line 3", ] ❯ src/core/__tests__/chart-core-legend.test.tsx:186:96
src/__tests__/documenter.test.ts > definition for cartesian-chart matches the snapshot: src/__tests__/documenter.test.ts#L14
Error: Snapshot `definition for cartesian-chart matches the snapshot > cartesian-chart 1` mismatched - Expected + Received @@ -322,13 +322,20 @@ }, { "defaultValue": "undefined", "description": "Enables series stacking behavior. Use it for column- or area- series. This property corresponds to "normal" stacking type in Highcharts ([plotOptions.series.stacking](https://api.highcharts.com/highcharts/plotOptions.series.stacking)).", + "inlineType": { + "name": "normal", + "type": "union", + "values": [ + "normal", + ], + }, "name": "stacking", "optional": true, - "type": ""normal"", + "type": "string", }, { "description": "Defines tooltip options of the chart, including: * `enabled` - (optional, boolean) - Hides the tooltip when set to false. * `size` - (optional, "small" | "medium" | "large") - Specifies max tooltip size. ❯ src/__tests__/documenter.test.ts:14:22
dry-run / Components unit tests
Process completed with exit code 1.
Components › definition for table matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for table matches the snapshot: table 1` - Snapshot - 1 + Received + 8 @@ -202,13 +202,20 @@ * `resourceType` - Identifies the type of resource represented by the flow. **Note:** This API is currently experimental.", "inlineType": { "name": "TableProps.AnalyticsMetadata", "properties": [ { + "inlineType": { + "name": "view-resource", + "type": "union", + "values": [ + "view-resource", + ], + }, "name": "flowType", "optional": true, - "type": ""view-resource"", + "type": "string", }, { "name": "instanceIdentifier", "optional": true, "type": "string", at src/__tests__/snapshot-tests/documenter.test.ts:15:24
Components › definition for button-group matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for button-group matches the snapshot: button-group 1` - Snapshot - 1 + Received + 8 @@ -352,13 +352,20 @@ "type": "ButtonGroupProps.Style", }, { "description": "Determines the general styling of the button dropdown. * `icon` for icon buttons.", + "inlineType": { + "name": "ButtonGroupProps.Variant", + "type": "union", + "values": [ + "icon", + ], + }, "name": "variant", "optional": false, - "type": ""icon"", + "type": "string", }, ], "regions": [], "releaseStatus": "stable", } at src/__tests__/snapshot-tests/documenter.test.ts:15:24
dry-run / Build components (React 18)
Tests should not be skipped
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Build components
Tests should not be skipped
dry-run / Build components
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Build components
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Build components
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (4/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Prop "className" is forbidden on Components
dry-run / Build chat components
Prop "className" is forbidden on Components
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Prop "className" is forbidden on Components
dry-run / Build chart components
Prop "id" is forbidden on Components
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Components accessibility tests shards (1/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Build board components
Prop "id" is forbidden on Components
dry-run / Build board components
Prop "className" is forbidden on Components
dry-run / Build board components
Prop "className" is forbidden on Components
dry-run / Build board components
Prop "id" is forbidden on Components
dry-run / Build board components
Run autofix to sort these imports!
dry-run / Build board components
Run autofix to sort these imports!
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Components motion tests (React 16)
Tests should not be skipped
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components motion tests (React 18)
Tests should not be skipped
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components unit tests
Tests should not be skipped
dry-run / Components unit tests
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components unit tests
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: should recover column widths when the inner state is reset: src/table/__integ__/resizable-columns.test.ts#L349
expect(received).toEqual(expected) // deep equality Expected: 130 Received: 230 at src/table/__integ__/resizable-columns.test.ts:349:22 at src/table/__integ__/resizable-columns.test.ts:151:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: allows to scroll overflowing table by focusing the wrapper: src/table/__integ__/keyboard-scroll.test.ts#L36
expect(received).toBeLessThan(expected) Expected: < 29 Received: 40 at src/table/__integ__/keyboard-scroll.test.ts:36:25 at RetryOperation._fn (node_modules/p-retry/index.js:50:12)
RETRY 1: CSS Custom Properties › match previous snapshot for mode "visual-refresh-content-header": eval at <anonymous> (:457:26)#L19
expect(received).resolves.toMatchSnapshot() Received promise rejected instead of resolved Rejected to value: [javascript error: WebDriverError: javascript error: Cannot read properties of null (reading 'computedStyleMap') JavaScript stack: TypeError: Cannot read properties of null (reading 'computedStyleMap') at eval (eval at <anonymous> (:457:26), <anonymous>:19:49) at eval (eval at <anonymous> (:457:26), <anonymous>:27:12) at eval (eval at <anonymous> (:457:26), <anonymous>:29:4) at executeAsyncScript (<anonymous>:451:17) at callFunction (<anonymous>:386:22) (Session info: chrome=143.0.7499.40) when running "execute/async" with method "POST" and args "(sel, done) => { const element = sel ? document.querySelector(sel) : document.documentElement; const result = {}; // .computedStyleMap() only exists as an experimental feature, but it allows to retrieve // all custom properties at once in contrast to .getComputedStyle() // https://developer.mozilla.org/en-US/docs/Web/API/Element/computedStyleMap for (const [prop, value] of element.computedStyleMap()) { // Custom Property if (prop.startsWith('--')) { const valueWithoutPostfix = prop.replace(/^--/, '').replace(/-[\d\w]+$/, ''); result[valueWithoutPostfix] = value[0][0]; } } done(result); }"] at expect (node_modules/expect/build/index.js:113:15) at src/__integ__/themes.test.ts:54:28 at src/__integ__/themes.test.ts:10:11 at node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13
RETRY 1: CSS Custom Properties › match previous snapshot for mode "visual-refresh-compact": src/__integ__/themes.test.ts#L54
expect(received).resolves.toMatchSnapshot() Snapshot name: `CSS Custom Properties match previous snapshot for mode "visual-refresh-compact" 1` - Snapshot - 451 + Received + 451 @@ -1,210 +1,210 @@ { "awsui-version-info": "true", - "border-active-width": "4px", - "border-code-editor-status-divider-width": "1px", - "border-container-sticky-width": "0px", - "border-container-top-width": "0px", + "border-active-width": "2px", + "border-code-editor-status-divider-width": "0px", + "border-container-sticky-width": "1px", + "border-container-top-width": "1px", "border-control-focus-ring-shadow-spread": "1px", - "border-control-invalid-focus-ring-shadow-spread": "2px", + "border-control-invalid-focus-ring-shadow-spread": "1px", "border-divider-list-width": "1px", "border-divider-section-width": "1px", - "border-dropdown-virtual-offset-width": "2px", - "border-invalid-width": "8px", - "border-item-width": "2px", + "border-dropdown-virtual-offset-width": "0px", + "border-invalid-width": "4px", + "border-item-width": "1px", "border-line-chart-dash-array": "3 5", - "border-line-chart-line-join": "round", + "border-line-chart-line-join": "miter", "border-line-chart-width": "2px", - "border-link-focus-ring-outline": "0", - "border-link-focus-ring-shadow-spread": "2px", - "border-panel-header-width": "1px", - "border-panel-top-width": "1px", - "border-radius-alert": "12px", - "border-radius-badge": "4px", - "border-radius-button": "20px", - "border-radius-calendar-day-focus-ring": "3px", - "border-radius-chat-bubble": "8px", - "border-radius-code-editor": "8px", - "border-radius-container": "16px", - "border-radius-control-circular-focus-ring": "4px", - "border-radius-control-default-focus-ring": "4px", - "border-radius-dropdown": "8px", - "border-radius-dropzone": "12px", - "border-radius-flashbar": "12px", - "border-radius-input": "8px", - "border-radius-item": "8px", - "border-radius-popover": "8px", - "border-radius-tabs-focus-ring": "20px", - "border-radius-tiles": "8px", - "border-radius-token": "8px", - "border-radius-tutorial-panel-item": "8px", - "border-table-sticky-width": "1px", - "border-width-alert": "2px", - "border-width-button": "2px", - "border-width-dropdown": "2px", + "border-link-focus-ring-outline": "5px auto Highlight", + "border-link-focus-ring-shadow-spread": "0px", + "border-panel-header-width": "0px", + "border-panel-top-width": "0px", + "border-radius-alert": "2px", + "border-radius-badge": "16px", + "border-radius-button": "2px", + "border-radius-calendar-day-focus-ring": "2px", + "border-radius-chat-bubble": "2px", + "border-radius-code-editor": "0px", + "border-radius-container": "0px", + "border-radius-control-circular-focus-ring": "50%", + "border-radius-control-default-focus-ring": "2px", + "border-radius-dropdown": "0px", + "border-radius-dropzone": "0px", + "border-radius-flashbar": "0px", + "border-radius-input": "2px", + "border-radius-item": "0px", + "border-radius-popover": "2px", + "border-radius-tabs-focus-ring": "0px", + "border-radius-tiles": "2px", + "border-radius-token": "2px", + "border-radius-tutorial-panel-item": "2px", + "border-table-sticky-width": "0px", + "border-width-alert": "1px", + "border-width-button": "1px", + "border-width-dropdown": "1px", "border-width-field": "1px", "border-width-icon-big": "3px", "border-width-icon-large": "4px", "border-width-icon-medium": "2px", "border-width-icon-normal": "2px", "border-width-icon-small": "2px", - "border-width-popover": "2px", - "border-width-token": "2px", + "border-width-popover": "1px", + "border-width-token": "1px", "color-aws-squid-ink": "#232f3e", - "color-background-avatar-default": "#424650", + "color-background-avatar-default": "#545b64", "color-background-avatar-gen-ai": "radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)", - "color-backgroun
RETRY 1: Detail popover series content keeps expanded state independently for every datum › on click: src/mixed-line-bar-chart/__integ__/detail-popover-series-content.test.ts#L40
expect(received).resolves.toContain() Received promise rejected instead of resolved Rejected to value: [Error: Can't call getText on element with selector "body [class*="awsui_root_1yz9c"] [class*="awsui_root_1t44z"] [class*="awsui_header_xjuzf"]" because element wasn't found] at expect (node_modules/expect/build/index.js:113:15) at src/mixed-line-bar-chart/__integ__/detail-popover-series-content.test.ts:40:13 at node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13
dry-run / Components integration tests shards (React 18, shard 3/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 16, shard 4/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: Collapsible Flashbar › Sticky Flashbar › keeps a space to the screen bottom to prevent the notification bar from getting cropped: src/flashbar/__integ__/collapsible.test.ts#L140
expect(received).resolves.toBeLessThan(expected) Expected: < 500 Received: 566 at Object.toBeLessThan (node_modules/expect/build/index.js:174:22) at src/flashbar/__integ__/collapsible.test.ts:140:66 at RetryOperation._fn (node_modules/p-retry/index.js:50:18) at Timeout._onTimeout (node_modules/retry/lib/retry_operation.js:85:10)
dry-run / Components integration tests shards (React 18, shard 4/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 16, shard 3/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: Multi app layout navigation › iframe=true › should clean up and restore previous breadcrumb state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819301715 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Multi app layout navigation › iframe=true › should clean up and restore previous route state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819271392 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:active tab state is not retained when switching away and back: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819301119 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:lazy tab content should load only when activated (but then remain): undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819267105 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Can reset controlled value: src/code-editor/__integ__/code-editor.test.ts#L112
expect(received).resolves.toEqual(expected) // deep equality - Expected - 1 + Received + 1 const pi = 3.14; - abcde + at Object.toEqual (node_modules/expect/build/index.js:174:22) at src/code-editor/__integ__/code-editor.test.ts:112:52 at src/code-editor/__integ__/code-editor.test.ts:91:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (React 18, shard 1/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: refresh › iframe=true › MultiAppLayout simple › tools panel the secondary layout works: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63015:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819379244 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:eager (iframe) tab state is retained when switching away and back: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63015:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819398750 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:lazy tab content should load only when activated (but then remain): undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63015:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819370749 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
dry-run / Components integration tests shards (React 16, shard 1/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 2: Multi page layout navigation › should keep toolbars and breadcrumbs state independently in both layouts: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819274497 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Multi page layout navigation › should keep toolbars and breadcrumbs state independently in both layouts: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63329:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819244348 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
dry-run / Components integration tests shards (React 18, shard 2/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (3/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: Details popover › can be pinned and unpinned in a bar chart with mouse: src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts#L356
expect(received).resolves.toBe(expected) // Object.is equality Expected: false Received: true at Object.toBe (node_modules/expect/build/index.js:174:22) at src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts:356:72 at src/mixed-line-bar-chart/__integ__/common.ts:54:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: refresh › desktop › should persist runtime drawer preferences when switching between multiple app layouts: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 63015:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (5b51f835)\\\", and git sha \\\"5b51f835\\\".\"", "source": "console-api", "timestamp": 1765819062910 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
dry-run / Components integration tests shards (React 16, shard 2/4)
Tests should not be skipped
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (6/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (2/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (5/6)
Tests should not be skipped
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'

Artifacts

Produced during runtime
Name Size Digest
cloudscape-design-board-components
301 KB
sha256:ec7103263e37d4ade084ff768b662b46427b8712c70642977f2fccb267ecff70
cloudscape-design-chat-components
91.8 KB
sha256:a3ee87ddd560f6819e0aa64d6c5cc2bf7b32e2cd5a61e1f4bcc87dbc67f498c3
cloudscape-design-code-view
46.8 KB
sha256:0d129a9c808d1e39233eedb59b30a85563af0b80bc4956b84e99665b6058ab21
cloudscape-design-components
8.52 MB
sha256:433b2546b4ff413aa667ffa186a2ed15ad1b8431c9d07a8c2edd4be536402b55
cloudscape-design-documenter
30.9 KB
sha256:4beda1d7ba260d9d6f2f2dfa8d2b70fac6b553bb3febf16f03273152ce018709
cloudscape-design-test-utils
22.6 KB
sha256:1325ec1010a766e03226b2319039018b0cf267f13295cd49b40ecf78785e300c