Skip to content

chore: Experiment content display column groups #11067

chore: Experiment content display column groups

chore: Experiment content display column groups #11067

Triggered via pull request November 29, 2024 16:04
Status Failure
Total duration 14m 43s
Artifacts 4

dry-run.yml

on: pull_request
dry-run  /  Create build tree
2s
dry-run / Create build tree
dry-run  /  Build browser-test-tools
2s
dry-run / Build browser-test-tools
dry-run  /  Build documenter
3s
dry-run / Build documenter
dry-run  /  Build global-styles
4s
dry-run / Build global-styles
dry-run  /  Build build-tools
3s
dry-run / Build build-tools
dry-run  /  Build collection-hooks
2s
dry-run / Build collection-hooks
dry-run  /  Build jest-preset
3s
dry-run / Build jest-preset
dry-run  /  Build component-toolkit
4s
dry-run / Build component-toolkit
dry-run  /  Build test-utils
2s
dry-run / Build test-utils
dry-run  /  Build theming-core
3s
dry-run / Build theming-core
dry-run  /  Build components
2m 51s
dry-run / Build components
dry-run  /  Build board components
1m 51s
dry-run / Build board components
dry-run  /  Build code view components
59s
dry-run / Build code view components
dry-run  /  Build chat components
1m 19s
dry-run / Build chat components
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / Components integration tests shards
dry-run  /  Components unit tests
4m 2s
dry-run / Components unit tests
dry-run  /  Components motion tests
1m 12s
dry-run / Components motion tests
dry-run  /  Demos tests
7m 3s
dry-run / Demos tests
dry-run  /  Components accessibility tests
0s
dry-run / Components accessibility tests
dry-run  /  Components integration tests
0s
dry-run / Components integration tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 17 warnings
Content Display preference › Content visibility › allows toggling options that are not part of the current preferences: src/collection-preferences/content-display/__tests__/content-display.test.tsx#L541
expect(element).toBeChecked() Received element is not checked: <input class="awsui_native-input_1wepg_1tpmn_158 awsui_native-input_13tpe_9w8pd_6" id="content-display-option186-1732896571578-3570-control-id2" type="checkbox" /> at expectVisibilityStatus (src/collection-preferences/content-display/__tests__/content-display.test.tsx:541:29) at Object.<anonymous> (src/collection-preferences/content-display/__tests__/content-display.test.tsx:98:7)
Content Display preference › Content reordering › moves item between options that are not part of the current preferences: src/collection-preferences/content-display/__tests__/content-display.test.tsx#L518
expect(element).toHaveTextContent() Expected element to have text content: Item 2 Received: Item 3 at testOption (src/collection-preferences/content-display/__tests__/content-display.test.tsx:518:43) at testOrder (src/collection-preferences/content-display/__tests__/content-display.test.tsx:502:5) at Object.<anonymous> (src/collection-preferences/content-display/__tests__/content-display.test.tsx:198:7)
Content Display preference › Content reordering › moves an item not part of the current preferences above the ones that are: src/collection-preferences/content-display/__tests__/content-display.test.tsx#L518
expect(element).toHaveTextContent() Expected element to have text content: Item 2 Received: Item 3 at testOption (src/collection-preferences/content-display/__tests__/content-display.test.tsx:518:43) at testOrder (src/collection-preferences/content-display/__tests__/content-display.test.tsx:502:5) at Object.<anonymous> (src/collection-preferences/content-display/__tests__/content-display.test.tsx:210:7)
test-utils selectors: src/__tests__/snapshot-tests/test-utils-selectors.test.tsx#L32
expect(received).toMatchSnapshot() Snapshot name: `test-utils selectors 1` - Snapshot - 0 + Received + 2 @@ -143,12 +143,14 @@ "awsui_confirm-button_tc96w", "awsui_content-density_tc96w", "awsui_content-display-description_tc96w", "awsui_content-display-no-match_tc96w", "awsui_content-display-option-content_tc96w", + "awsui_content-display-option-group_tc96w", "awsui_content-display-option-label_tc96w", "awsui_content-display-option-list_tc96w", + "awsui_content-display-option-nested_tc96w", "awsui_content-display-option-toggle_tc96w", "awsui_content-display-option_tc96w", "awsui_content-display-text-filter_tc96w", "awsui_content-display-title_tc96w", "awsui_content-display_tc96w", at Object.<anonymous> (src/__tests__/snapshot-tests/test-utils-selectors.test.tsx:32:32)
Documenter › definition for collection-preferences matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint) Snapshot name: `Documenter definition for collection-preferences matches the snapshot: collection-preferences 1` - Snapshot - 1 + Received + 1 @@ -200,11 +200,11 @@ "type": "(position: number, total: number) => string", }, { "name": "options", "optional": false, - "type": "ReadonlyArray<CollectionPreferencesProps.ContentDisplayOption>", + "type": "ReadonlyArray<CollectionPreferencesProps.ContentDisplayOption | CollectionPreferencesProps.ContentDisplayOptionGroup>", }, { "name": "title", "optional": true, "type": "string", at src/__tests__/snapshot-tests/documenter.test.ts:8:24
dry-run / Components unit tests
Process completed with exit code 1.
dry-run / Build code view components
Prop "id" is forbidden on Components
dry-run / Build code view components
Prop "className" is forbidden on Components
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Prop "className" is forbidden on Components
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
RETRY 1: StickyHeader=true › should expand and shrink a column correctly: src/table/__integ__/resizable-columns.test.ts#L166
expect(received).toBe(expected) // Object.is equality Expected: 180 Received: 130 at src/table/__integ__/resizable-columns.test.ts:166:21 at src/table/__integ__/resizable-columns.test.ts:155:7 at src/table/__integ__/resizable-columns.test.ts:143:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Demos tests
No files were found with the provided path: lib/*.tgz. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
cloudscape-design-board-components
280 KB
cloudscape-design-chat-components
59.8 KB
cloudscape-design-code-view
34.5 KB
cloudscape-design-components
7.89 MB