Skip to content

fix: Proper async handling for portals #415

fix: Proper async handling for portals

fix: Proper async handling for portals #415

Triggered via pull request November 5, 2025 12:27
Status Failure
Total duration 20m 51s
Artifacts 7

dry-run.yml

on: pull_request
dry-run  /  Create build tree
5s
dry-run / Create build tree
dry-run  /  Build browser-test-tools
3s
dry-run / Build browser-test-tools
dry-run  /  Build documenter
4s
dry-run / Build documenter
dry-run  /  Build global-styles
5s
dry-run / Build global-styles
dry-run  /  Build build-tools
5s
dry-run / Build build-tools
dry-run  /  Build collection-hooks
4s
dry-run / Build collection-hooks
dry-run  /  Build jest-preset
3s
dry-run / Build jest-preset
dry-run  /  Build component-toolkit
59s
dry-run / Build component-toolkit
dry-run  /  Build test-utils
4s
dry-run / Build test-utils
dry-run  /  Build theming-core
47s
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
8m 47s
dry-run / Components unit tests
Matrix: dry-run / motionTest
dry-run  /  Build board components
2m 27s
dry-run / Build board components
dry-run  /  Build code view components
1m 3s
dry-run / Build code view components
dry-run  /  Build chat components
1m 15s
dry-run / Build chat components
dry-run  /  Build chart components
2m 22s
dry-run / Build chart components
dry-run  /  Components accessibility tests
3s
dry-run / Components accessibility tests
dry-run  /  Components integration tests
4s
dry-run / Components integration tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 247 warnings
dry-run / Components unit tests
Process completed with exit code 1.
Components › definition for s3-resource-selector matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for s3-resource-selector matches the snapshot: s3-resource-selector 1` - Snapshot - 3 + Received + 3 @@ -751,23 +751,23 @@ { "description": "Use this property when `getModalRoot` is used to clean up the modal root element after a user closes the dialog. The function receives the return value of the most recent getModalRoot call as an argument.", "inlineType": { - "name": "(container: HTMLElement) => void", + "name": "(container: HTMLElement | null) => void", "parameters": [ { "name": "container", - "type": "HTMLElement", + "type": "HTMLElement | null", }, ], "returnType": "void", "type": "function", }, "name": "removeModalRoot", "optional": true, - "type": "((container: HTMLElement) => void)", + "type": "((container: HTMLElement | null) => void)", }, { "description": "The current selected resource. Resource has the following properties: - `uri` (string) - URI of the resource. - `versionId` (string) - (Optional) Version ID of the selected resource.", at src/__tests__/snapshot-tests/documenter.test.ts:15:24
Components › definition for modal matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for modal matches the snapshot: modal 1` - Snapshot - 3 + Received + 3 @@ -121,23 +121,23 @@ { "description": "Use this property when `getModalRoot` is used to clean up the modal root element after a user closes the dialog. The function receives the return value of the most recent getModalRoot call as an argument.", "inlineType": { - "name": "(container: HTMLElement) => void", + "name": "(container: HTMLElement | null) => void", "parameters": [ { "name": "container", - "type": "HTMLElement", + "type": "HTMLElement | null", }, ], "returnType": "void", "type": "function", }, "name": "removeModalRoot", "optional": true, - "type": "((container: HTMLElement) => void)", + "type": "((container: HTMLElement | null) => void)", }, { "defaultValue": "'medium'", "description": "Sets the width of the modal. `max` uses variable width up to the largest size allowed by the design guidelines. Other sizes at src/__tests__/snapshot-tests/documenter.test.ts:15:24
Components › definition for collection-preferences matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for collection-preferences matches the snapshot: collection-preferences 1` - Snapshot - 3 + Received + 3 @@ -548,23 +548,23 @@ { "description": "Use this property when `getModalRoot` is used to clean up the modal root element after a user closes the dialog. The function receives the return value of the most recent getModalRoot call as an argument.", "inlineType": { - "name": "(container: HTMLElement) => void", + "name": "(container: HTMLElement | null) => void", "parameters": [ { "name": "container", - "type": "HTMLElement", + "type": "HTMLElement | null", }, ], "returnType": "void", "type": "function", }, "name": "removeModalRoot", "optional": true, - "type": "((container: HTMLElement) => void)", + "type": "((container: HTMLElement | null) => void)", }, { "description": "Configures the sticky columns preference that can be set for both left and right columns. If you set it, the component displays this preference in the modal. at src/__tests__/snapshot-tests/documenter.test.ts:15:24
Components › definition for code-editor matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for code-editor matches the snapshot: code-editor 1` - Snapshot - 3 + Received + 3 @@ -664,23 +664,23 @@ { "description": "Use this property when `getModalRoot` is used to clean up the modal root element after a user closes the dialog. The function receives the return value of the most recent getModalRoot call as an argument.", "inlineType": { - "name": "(container: HTMLElement) => void", + "name": "(container: HTMLElement | null) => void", "parameters": [ { "name": "container", - "type": "HTMLElement", + "type": "HTMLElement | null", }, ], "returnType": "void", "type": "function", }, "name": "removeModalRoot", "optional": true, - "type": "((container: HTMLElement) => void)", + "type": "((container: HTMLElement | null) => void)", }, { "description": "List of Ace themes available for selection in preferences dialog. Make sure you include at least one light and at least one dark theme. If not set explicitly, it will render all Ace themes available for selection, except "cloud_editor" and "cloud_editor_dark".", at src/__tests__/snapshot-tests/documenter.test.ts:15:24
dry-run / Build component-toolkit: src/internal/container-queries/use-resize-observer.ts#L39
Unexpected 'todo' comment: 'TODO: A possible solution would be to...'
dry-run / Build theming-core
'itemB' is defined but never used
dry-run / Build theming-core
'itemA' is defined but never used
dry-run / Build theming-core
Unexpected any. Specify a different type
dry-run / Build theming-core
Unexpected any. Specify a different type
dry-run / Build theming-core
Unexpected any. Specify a different type
dry-run / Build theming-core
Unexpected any. Specify a different type
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 / 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 / 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 / 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 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 / Build board components
Prop "id" is forbidden on Components
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 / 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 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 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...'
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 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: ButtonDropdown › Emits a single mark: src/button-dropdown/__integ__/performance-marks.test.ts#L34
expect(received).toHaveLength(expected) Expected length: 1 Received length: 0 Received array: [] at src/button-dropdown/__integ__/performance-marks.test.ts:34:21 at src/button-dropdown/__integ__/performance-marks.test.ts:24: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 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...'
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 62012:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (6e303edd)\\\", and git sha \\\"6e303edd\\\".\"", "source": "console-api", "timestamp": 1762346400352 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: should support drag-to-select interaction: src/select/__integ__/select.test.ts#L42
expect(received).resolves.toEqual(expected) // deep equality Expected: "Choose option" Received: null at Object.toEqual (node_modules/expect/build/index.js:174:22) at src/select/__integ__/select.test.ts:42:51 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
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 + abce 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)
RETRY 1: selection › tracks component updates caused by multi selection: src/table/__integ__/component-metrics.test.ts#L176
expect(received).toBe(expected) // Object.is equality Expected: 2 Received: 3 at src/table/__integ__/component-metrics.test.ts:176:36 at src/table/__integ__/component-metrics.test.ts:122: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: 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 61701:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (6e303edd)\\\", and git sha \\\"6e303edd\\\".\"", "source": "console-api", "timestamp": 1762346413353 } ] 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...'
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...'
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...'
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: 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 61701:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (6e303edd)\\\", and git sha \\\"6e303edd\\\".\"", "source": "console-api", "timestamp": 1762346406028 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: navigates tab list with left/right arrow keys: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 61701:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (6e303edd)\\\", and git sha \\\"6e303edd\\\".\"", "source": "console-api", "timestamp": 1762346406079 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Table (in viewport: true) › Emits a mark only for visible tables which are loaded completely: src/table/__integ__/performance-marks.test.ts#L40
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { "header": "A table without the Header component", - "inViewport": true, + "inViewport": false, "instanceIdentifier": Any<String>, "loading": false, "source": "awsui", } at src/table/__integ__/performance-marks.test.ts:40:31 at src/table/__integ__/performance-marks.test.ts:28:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
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 / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Unexpected any. Specify a different type
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Unexpected any. Specify a different type
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...'
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 (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 (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...'

Artifacts

Produced during runtime
Name Size Digest
cloudscape-design-board-components
301 KB
sha256:3b27899a8998769255cd4a39e7afd956647aaa3c85a0455f16f09967964b6c22
cloudscape-design-chart-components
394 KB
sha256:93234f71c2c86a2d5de3ad7f0e9a6f28be35e468cee3718dcd28b56ba3f8e290
cloudscape-design-chat-components
91.8 KB
sha256:c0e2f03efaea17f7dfd66dab28409f7b20d2f757e80e01724fd4f4540d6701ee
cloudscape-design-code-view
46.8 KB
sha256:5140867ea73a1338ba9136d5803b83106783292587fb0c1cc603c59c542d5cdc
cloudscape-design-component-toolkit
33.3 KB
sha256:97b556a691bff6c2fc9f814ca9b0e9a19c6d059c30b10879c93081a77b7c58ba
cloudscape-design-components
8.44 MB
sha256:adad19368fc2ca7612694c3b0c62e1014d6650905a10de7e2df7b11f66129400
cloudscape-design-theming-core
50.9 KB
sha256:04318f063e2091fab8d85356c34bdc9714a11c0b2b6e543b570746ee735a1da6