Skip to content

feat: Add custom size props to modal #17735

feat: Add custom size props to modal

feat: Add custom size props to modal #17735

Triggered via pull request February 13, 2026 15:40
Status Failure
Total duration 21m 6s
Artifacts 5

dry-run.yml

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

Annotations

12 errors and 244 warnings
getTabStyles › transforms tab styles to CSS properties: src/tabs/__tests__/styles.test.tsx#L64
expect(received).toMatchSnapshot() Snapshot name: `getTabStyles transforms tab styles to CSS properties 1` - Snapshot - 15 + Received + 15 @@ -1,21 +1,21 @@ { - "--awsui-style-background-active-4hh3rt": "#bfdbfe", - "--awsui-style-background-default-4hh3rt": "#dbeafe", - "--awsui-style-background-disabled-4hh3rt": "#f3f4f6", - "--awsui-style-background-hover-4hh3rt": "#eff6ff", - "--awsui-style-border-color-active-4hh3rt": "#1d4ed8", - "--awsui-style-border-color-default-4hh3rt": "#3b82f6", - "--awsui-style-border-color-disabled-4hh3rt": "#93c5fd", - "--awsui-style-border-color-hover-4hh3rt": "#2563eb", - "--awsui-style-color-active-4hh3rt": "#1e3a8a", - "--awsui-style-color-default-4hh3rt": "#1e40af", - "--awsui-style-color-disabled-4hh3rt": "#93c5fd", - "--awsui-style-color-hover-4hh3rt": "#1e40af", - "--awsui-style-focus-ring-border-color-4hh3rt": "#3b82f6", - "--awsui-style-focus-ring-border-radius-4hh3rt": "4px", - "--awsui-style-focus-ring-border-width-4hh3rt": "2px", + "--awsui-style-background-active-udgrlr": "#bfdbfe", + "--awsui-style-background-default-udgrlr": "#dbeafe", + "--awsui-style-background-disabled-udgrlr": "#f3f4f6", + "--awsui-style-background-hover-udgrlr": "#eff6ff", + "--awsui-style-border-color-active-udgrlr": "#1d4ed8", + "--awsui-style-border-color-default-udgrlr": "#3b82f6", + "--awsui-style-border-color-disabled-udgrlr": "#93c5fd", + "--awsui-style-border-color-hover-udgrlr": "#2563eb", + "--awsui-style-color-active-udgrlr": "#1e3a8a", + "--awsui-style-color-default-udgrlr": "#1e40af", + "--awsui-style-color-disabled-udgrlr": "#93c5fd", + "--awsui-style-color-hover-udgrlr": "#1e40af", + "--awsui-style-focus-ring-border-color-udgrlr": "#3b82f6", + "--awsui-style-focus-ring-border-radius-udgrlr": "4px", + "--awsui-style-focus-ring-border-width-udgrlr": "2px", "borderRadius": "4px", "borderWidth": "2px", "fontSize": "16px", "fontWeight": "500", "paddingBlock": "10px", at Object.<anonymous> (src/tabs/__tests__/styles.test.tsx:64:38)
getInputStyles › handles all possible style configurations: src/input/__tests__/styles.test.tsx#L63
expect(received).toMatchSnapshot() Snapshot name: `getInputStyles handles all possible style configurations 3` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": "#ffffff", - "--awsui-style-background-disabled-4hh3rt": "#f0f0f0", - "--awsui-style-background-focus-4hh3rt": "#ffffff", - "--awsui-style-background-hover-4hh3rt": "#fafafa", - "--awsui-style-background-readonly-4hh3rt": "#ffffff", - "--awsui-style-border-color-default-4hh3rt": "#cccccc", - "--awsui-style-border-color-disabled-4hh3rt": "#e0e0e0", - "--awsui-style-border-color-focus-4hh3rt": "#0073bb", - "--awsui-style-border-color-hover-4hh3rt": "#999999", - "--awsui-style-border-color-readonly-4hh3rt": "#e0e0e0", - "--awsui-style-box-shadow-default-4hh3rt": "none", - "--awsui-style-box-shadow-disabled-4hh3rt": "none", - "--awsui-style-box-shadow-focus-4hh3rt": "0 0 0 2px #0073bb", - "--awsui-style-box-shadow-hover-4hh3rt": "0 1px 2px rgba(0,0,0,0.1)", - "--awsui-style-box-shadow-readonly-4hh3rt": "none", - "--awsui-style-color-default-4hh3rt": "#000000", - "--awsui-style-color-disabled-4hh3rt": "#999999", - "--awsui-style-color-focus-4hh3rt": "#000000", - "--awsui-style-color-hover-4hh3rt": "#000000", - "--awsui-style-color-readonly-4hh3rt": "#000000", - "--awsui-style-placeholder-color-4hh3rt": "#999999", - "--awsui-style-placeholder-font-size-4hh3rt": "14px", - "--awsui-style-placeholder-font-style-4hh3rt": "italic", - "--awsui-style-placeholder-font-weight-4hh3rt": "400", + "--awsui-style-background-default-udgrlr": "#ffffff", + "--awsui-style-background-disabled-udgrlr": "#f0f0f0", + "--awsui-style-background-focus-udgrlr": "#ffffff", + "--awsui-style-background-hover-udgrlr": "#fafafa", + "--awsui-style-background-readonly-udgrlr": "#ffffff", + "--awsui-style-border-color-default-udgrlr": "#cccccc", + "--awsui-style-border-color-disabled-udgrlr": "#e0e0e0", + "--awsui-style-border-color-focus-udgrlr": "#0073bb", + "--awsui-style-border-color-hover-udgrlr": "#999999", + "--awsui-style-border-color-readonly-udgrlr": "#e0e0e0", + "--awsui-style-box-shadow-default-udgrlr": "none", + "--awsui-style-box-shadow-disabled-udgrlr": "none", + "--awsui-style-box-shadow-focus-udgrlr": "0 0 0 2px #0073bb", + "--awsui-style-box-shadow-hover-udgrlr": "0 1px 2px rgba(0,0,0,0.1)", + "--awsui-style-box-shadow-readonly-udgrlr": "none", + "--awsui-style-color-default-udgrlr": "#000000", + "--awsui-style-color-disabled-udgrlr": "#999999", + "--awsui-style-color-focus-udgrlr": "#000000", + "--awsui-style-color-hover-udgrlr": "#000000", + "--awsui-style-color-readonly-udgrlr": "#000000", + "--awsui-style-placeholder-color-udgrlr": "#999999", + "--awsui-style-placeholder-font-size-udgrlr": "14px", + "--awsui-style-placeholder-font-style-udgrlr": "italic", + "--awsui-style-placeholder-font-weight-udgrlr": "400", "borderRadius": "4px", "borderWidth": "1px", "fontSize": "14px", "fontWeight": "400", "paddingBlock": "8px", at Object.<anonymous> (src/input/__tests__/styles.test.tsx:63:39)
getInputStyles › handles all possible style configurations: src/input/__tests__/styles.test.tsx#L62
expect(received).toMatchSnapshot() Snapshot name: `getInputStyles handles all possible style configurations 2` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-focus-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-background-readonly-4hh3rt": undefined, - "--awsui-style-border-color-default-4hh3rt": undefined, - "--awsui-style-border-color-disabled-4hh3rt": undefined, - "--awsui-style-border-color-focus-4hh3rt": undefined, - "--awsui-style-border-color-hover-4hh3rt": undefined, - "--awsui-style-border-color-readonly-4hh3rt": undefined, - "--awsui-style-box-shadow-default-4hh3rt": undefined, - "--awsui-style-box-shadow-disabled-4hh3rt": undefined, - "--awsui-style-box-shadow-focus-4hh3rt": undefined, - "--awsui-style-box-shadow-hover-4hh3rt": undefined, - "--awsui-style-box-shadow-readonly-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-focus-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-color-readonly-4hh3rt": undefined, - "--awsui-style-placeholder-color-4hh3rt": undefined, - "--awsui-style-placeholder-font-size-4hh3rt": undefined, - "--awsui-style-placeholder-font-style-4hh3rt": undefined, - "--awsui-style-placeholder-font-weight-4hh3rt": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-focus-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-background-readonly-udgrlr": undefined, + "--awsui-style-border-color-default-udgrlr": undefined, + "--awsui-style-border-color-disabled-udgrlr": undefined, + "--awsui-style-border-color-focus-udgrlr": undefined, + "--awsui-style-border-color-hover-udgrlr": undefined, + "--awsui-style-border-color-readonly-udgrlr": undefined, + "--awsui-style-box-shadow-default-udgrlr": undefined, + "--awsui-style-box-shadow-disabled-udgrlr": undefined, + "--awsui-style-box-shadow-focus-udgrlr": undefined, + "--awsui-style-box-shadow-hover-udgrlr": undefined, + "--awsui-style-box-shadow-readonly-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-focus-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-color-readonly-udgrlr": undefined, + "--awsui-style-placeholder-color-udgrlr": undefined, + "--awsui-style-placeholder-font-size-udgrlr": undefined, + "--awsui-style-placeholder-font-style-udgrlr": undefined, + "--awsui-style-placeholder-font-weight-udgrlr": undefined, "borderRadius": undefined, "borderWidth": undefined, "fontSize": undefined, "fontWeight": undefined, "paddingBlock": undefined, at Object.<anonymous> (src/input/__tests__/styles.test.tsx:62:39)
getInputStyles › handles all possible style configurations: src/input/__tests__/styles.test.tsx#L61
expect(received).toMatchSnapshot() Snapshot name: `getInputStyles handles all possible style configurations 1` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-focus-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-background-readonly-4hh3rt": undefined, - "--awsui-style-border-color-default-4hh3rt": undefined, - "--awsui-style-border-color-disabled-4hh3rt": undefined, - "--awsui-style-border-color-focus-4hh3rt": undefined, - "--awsui-style-border-color-hover-4hh3rt": undefined, - "--awsui-style-border-color-readonly-4hh3rt": undefined, - "--awsui-style-box-shadow-default-4hh3rt": undefined, - "--awsui-style-box-shadow-disabled-4hh3rt": undefined, - "--awsui-style-box-shadow-focus-4hh3rt": undefined, - "--awsui-style-box-shadow-hover-4hh3rt": undefined, - "--awsui-style-box-shadow-readonly-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-focus-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-color-readonly-4hh3rt": undefined, - "--awsui-style-placeholder-color-4hh3rt": undefined, - "--awsui-style-placeholder-font-size-4hh3rt": undefined, - "--awsui-style-placeholder-font-style-4hh3rt": undefined, - "--awsui-style-placeholder-font-weight-4hh3rt": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-focus-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-background-readonly-udgrlr": undefined, + "--awsui-style-border-color-default-udgrlr": undefined, + "--awsui-style-border-color-disabled-udgrlr": undefined, + "--awsui-style-border-color-focus-udgrlr": undefined, + "--awsui-style-border-color-hover-udgrlr": undefined, + "--awsui-style-border-color-readonly-udgrlr": undefined, + "--awsui-style-box-shadow-default-udgrlr": undefined, + "--awsui-style-box-shadow-disabled-udgrlr": undefined, + "--awsui-style-box-shadow-focus-udgrlr": undefined, + "--awsui-style-box-shadow-hover-udgrlr": undefined, + "--awsui-style-box-shadow-readonly-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-focus-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-color-readonly-udgrlr": undefined, + "--awsui-style-placeholder-color-udgrlr": undefined, + "--awsui-style-placeholder-font-size-udgrlr": undefined, + "--awsui-style-placeholder-font-style-udgrlr": undefined, + "--awsui-style-placeholder-font-weight-udgrlr": undefined, "borderRadius": undefined, "borderWidth": undefined, "fontSize": undefined, "fontWeight": undefined, "paddingBlock": undefined, at Object.<anonymous> (src/input/__tests__/styles.test.tsx:61:32)
getTextFilterStyles › handles all possible style configurations: src/text-filter/__tests__/styles.test.tsx#L63
expect(received).toMatchSnapshot() Snapshot name: `getTextFilterStyles handles all possible style configurations 3` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": "#ffffff", - "--awsui-style-background-disabled-4hh3rt": "#f0f0f0", - "--awsui-style-background-focus-4hh3rt": "#ffffff", - "--awsui-style-background-hover-4hh3rt": "#fafafa", - "--awsui-style-background-readonly-4hh3rt": "#ffffff", - "--awsui-style-border-color-default-4hh3rt": "#cccccc", - "--awsui-style-border-color-disabled-4hh3rt": "#e0e0e0", - "--awsui-style-border-color-focus-4hh3rt": "#0073bb", - "--awsui-style-border-color-hover-4hh3rt": "#999999", - "--awsui-style-border-color-readonly-4hh3rt": "#e0e0e0", - "--awsui-style-box-shadow-default-4hh3rt": "none", - "--awsui-style-box-shadow-disabled-4hh3rt": "none", - "--awsui-style-box-shadow-focus-4hh3rt": "0 0 0 2px #0073bb", - "--awsui-style-box-shadow-hover-4hh3rt": "0 1px 2px rgba(0,0,0,0.1)", - "--awsui-style-box-shadow-readonly-4hh3rt": "none", - "--awsui-style-color-default-4hh3rt": "#000000", - "--awsui-style-color-disabled-4hh3rt": "#999999", - "--awsui-style-color-focus-4hh3rt": "#000000", - "--awsui-style-color-hover-4hh3rt": "#000000", - "--awsui-style-color-readonly-4hh3rt": "#000000", - "--awsui-style-placeholder-color-4hh3rt": "#999999", - "--awsui-style-placeholder-font-size-4hh3rt": "14px", - "--awsui-style-placeholder-font-style-4hh3rt": "italic", - "--awsui-style-placeholder-font-weight-4hh3rt": "400", + "--awsui-style-background-default-udgrlr": "#ffffff", + "--awsui-style-background-disabled-udgrlr": "#f0f0f0", + "--awsui-style-background-focus-udgrlr": "#ffffff", + "--awsui-style-background-hover-udgrlr": "#fafafa", + "--awsui-style-background-readonly-udgrlr": "#ffffff", + "--awsui-style-border-color-default-udgrlr": "#cccccc", + "--awsui-style-border-color-disabled-udgrlr": "#e0e0e0", + "--awsui-style-border-color-focus-udgrlr": "#0073bb", + "--awsui-style-border-color-hover-udgrlr": "#999999", + "--awsui-style-border-color-readonly-udgrlr": "#e0e0e0", + "--awsui-style-box-shadow-default-udgrlr": "none", + "--awsui-style-box-shadow-disabled-udgrlr": "none", + "--awsui-style-box-shadow-focus-udgrlr": "0 0 0 2px #0073bb", + "--awsui-style-box-shadow-hover-udgrlr": "0 1px 2px rgba(0,0,0,0.1)", + "--awsui-style-box-shadow-readonly-udgrlr": "none", + "--awsui-style-color-default-udgrlr": "#000000", + "--awsui-style-color-disabled-udgrlr": "#999999", + "--awsui-style-color-focus-udgrlr": "#000000", + "--awsui-style-color-hover-udgrlr": "#000000", + "--awsui-style-color-readonly-udgrlr": "#000000", + "--awsui-style-placeholder-color-udgrlr": "#999999", + "--awsui-style-placeholder-font-size-udgrlr": "14px", + "--awsui-style-placeholder-font-style-udgrlr": "italic", + "--awsui-style-placeholder-font-weight-udgrlr": "400", "borderRadius": "4px", "borderWidth": "1px", "fontSize": "14px", "fontWeight": "400", "paddingBlock": "8px", at Object.<anonymous> (src/text-filter/__tests__/styles.test.tsx:63:44)
getTextFilterStyles › handles all possible style configurations: src/text-filter/__tests__/styles.test.tsx#L62
expect(received).toMatchSnapshot() Snapshot name: `getTextFilterStyles handles all possible style configurations 2` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-focus-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-background-readonly-4hh3rt": undefined, - "--awsui-style-border-color-default-4hh3rt": undefined, - "--awsui-style-border-color-disabled-4hh3rt": undefined, - "--awsui-style-border-color-focus-4hh3rt": undefined, - "--awsui-style-border-color-hover-4hh3rt": undefined, - "--awsui-style-border-color-readonly-4hh3rt": undefined, - "--awsui-style-box-shadow-default-4hh3rt": undefined, - "--awsui-style-box-shadow-disabled-4hh3rt": undefined, - "--awsui-style-box-shadow-focus-4hh3rt": undefined, - "--awsui-style-box-shadow-hover-4hh3rt": undefined, - "--awsui-style-box-shadow-readonly-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-focus-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-color-readonly-4hh3rt": undefined, - "--awsui-style-placeholder-color-4hh3rt": undefined, - "--awsui-style-placeholder-font-size-4hh3rt": undefined, - "--awsui-style-placeholder-font-style-4hh3rt": undefined, - "--awsui-style-placeholder-font-weight-4hh3rt": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-focus-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-background-readonly-udgrlr": undefined, + "--awsui-style-border-color-default-udgrlr": undefined, + "--awsui-style-border-color-disabled-udgrlr": undefined, + "--awsui-style-border-color-focus-udgrlr": undefined, + "--awsui-style-border-color-hover-udgrlr": undefined, + "--awsui-style-border-color-readonly-udgrlr": undefined, + "--awsui-style-box-shadow-default-udgrlr": undefined, + "--awsui-style-box-shadow-disabled-udgrlr": undefined, + "--awsui-style-box-shadow-focus-udgrlr": undefined, + "--awsui-style-box-shadow-hover-udgrlr": undefined, + "--awsui-style-box-shadow-readonly-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-focus-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-color-readonly-udgrlr": undefined, + "--awsui-style-placeholder-color-udgrlr": undefined, + "--awsui-style-placeholder-font-size-udgrlr": undefined, + "--awsui-style-placeholder-font-style-udgrlr": undefined, + "--awsui-style-placeholder-font-weight-udgrlr": undefined, "borderRadius": undefined, "borderWidth": undefined, "fontSize": undefined, "fontWeight": undefined, "paddingBlock": undefined, at Object.<anonymous> (src/text-filter/__tests__/styles.test.tsx:62:37)
getTextFilterStyles › handles all possible style configurations: src/text-filter/__tests__/styles.test.tsx#L61
expect(received).toMatchSnapshot() Snapshot name: `getTextFilterStyles handles all possible style configurations 1` - Snapshot - 24 + Received + 24 @@ -1,30 +1,30 @@ { - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-focus-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-background-readonly-4hh3rt": undefined, - "--awsui-style-border-color-default-4hh3rt": undefined, - "--awsui-style-border-color-disabled-4hh3rt": undefined, - "--awsui-style-border-color-focus-4hh3rt": undefined, - "--awsui-style-border-color-hover-4hh3rt": undefined, - "--awsui-style-border-color-readonly-4hh3rt": undefined, - "--awsui-style-box-shadow-default-4hh3rt": undefined, - "--awsui-style-box-shadow-disabled-4hh3rt": undefined, - "--awsui-style-box-shadow-focus-4hh3rt": undefined, - "--awsui-style-box-shadow-hover-4hh3rt": undefined, - "--awsui-style-box-shadow-readonly-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-focus-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-color-readonly-4hh3rt": undefined, - "--awsui-style-placeholder-color-4hh3rt": undefined, - "--awsui-style-placeholder-font-size-4hh3rt": undefined, - "--awsui-style-placeholder-font-style-4hh3rt": undefined, - "--awsui-style-placeholder-font-weight-4hh3rt": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-focus-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-background-readonly-udgrlr": undefined, + "--awsui-style-border-color-default-udgrlr": undefined, + "--awsui-style-border-color-disabled-udgrlr": undefined, + "--awsui-style-border-color-focus-udgrlr": undefined, + "--awsui-style-border-color-hover-udgrlr": undefined, + "--awsui-style-border-color-readonly-udgrlr": undefined, + "--awsui-style-box-shadow-default-udgrlr": undefined, + "--awsui-style-box-shadow-disabled-udgrlr": undefined, + "--awsui-style-box-shadow-focus-udgrlr": undefined, + "--awsui-style-box-shadow-hover-udgrlr": undefined, + "--awsui-style-box-shadow-readonly-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-focus-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-color-readonly-udgrlr": undefined, + "--awsui-style-placeholder-color-udgrlr": undefined, + "--awsui-style-placeholder-font-size-udgrlr": undefined, + "--awsui-style-placeholder-font-style-udgrlr": undefined, + "--awsui-style-placeholder-font-weight-udgrlr": undefined, "borderRadius": undefined, "borderWidth": undefined, "fontSize": undefined, "fontWeight": undefined, "paddingBlock": undefined, at Object.<anonymous> (src/text-filter/__tests__/styles.test.tsx:61:44)
getSegmentedControlSegmentStyles › handles all possible style configurations: src/segmented-control/__tests__/styles.test.tsx#L77
expect(received).toMatchSnapshot() Snapshot name: `getSegmentedControlSegmentStyles handles all possible style configurations 3` - Snapshot - 11 + Received + 11 { - "--awsui-style-background-active-4hh3rt": "#0073bb", - "--awsui-style-background-default-4hh3rt": "#ffffff", - "--awsui-style-background-disabled-4hh3rt": "#f0f0f0", - "--awsui-style-background-hover-4hh3rt": "#fafafa", - "--awsui-style-color-active-4hh3rt": "#ffffff", - "--awsui-style-color-default-4hh3rt": "#000000", - "--awsui-style-color-disabled-4hh3rt": "#999999", - "--awsui-style-color-hover-4hh3rt": "#000000", - "--awsui-style-focus-ring-border-color-4hh3rt": "#0073bb", - "--awsui-style-focus-ring-border-radius-4hh3rt": "8px", - "--awsui-style-focus-ring-border-width-4hh3rt": "2px", + "--awsui-style-background-active-udgrlr": "#0073bb", + "--awsui-style-background-default-udgrlr": "#ffffff", + "--awsui-style-background-disabled-udgrlr": "#f0f0f0", + "--awsui-style-background-hover-udgrlr": "#fafafa", + "--awsui-style-color-active-udgrlr": "#ffffff", + "--awsui-style-color-default-udgrlr": "#000000", + "--awsui-style-color-disabled-udgrlr": "#999999", + "--awsui-style-color-hover-udgrlr": "#000000", + "--awsui-style-focus-ring-border-color-udgrlr": "#0073bb", + "--awsui-style-focus-ring-border-radius-udgrlr": "8px", + "--awsui-style-focus-ring-border-width-udgrlr": "2px", "borderRadius": "6px", "fontSize": "14px", "paddingBlock": "8px", "paddingInline": "12px", } at Object.<anonymous> (src/segmented-control/__tests__/styles.test.tsx:77:57)
getSegmentedControlSegmentStyles › handles all possible style configurations: src/segmented-control/__tests__/styles.test.tsx#L76
expect(received).toMatchSnapshot() Snapshot name: `getSegmentedControlSegmentStyles handles all possible style configurations 2` - Snapshot - 11 + Received + 11 { - "--awsui-style-background-active-4hh3rt": undefined, - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-color-active-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-focus-ring-border-color-4hh3rt": undefined, - "--awsui-style-focus-ring-border-radius-4hh3rt": undefined, - "--awsui-style-focus-ring-border-width-4hh3rt": undefined, + "--awsui-style-background-active-udgrlr": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-color-active-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-focus-ring-border-color-udgrlr": undefined, + "--awsui-style-focus-ring-border-radius-udgrlr": undefined, + "--awsui-style-focus-ring-border-width-udgrlr": undefined, "borderRadius": undefined, "fontSize": undefined, "paddingBlock": undefined, "paddingInline": undefined, } at Object.<anonymous> (src/segmented-control/__tests__/styles.test.tsx:76:50)
getSegmentedControlSegmentStyles › handles all possible style configurations: src/segmented-control/__tests__/styles.test.tsx#L75
expect(received).toMatchSnapshot() Snapshot name: `getSegmentedControlSegmentStyles handles all possible style configurations 1` - Snapshot - 11 + Received + 11 { - "--awsui-style-background-active-4hh3rt": undefined, - "--awsui-style-background-default-4hh3rt": undefined, - "--awsui-style-background-disabled-4hh3rt": undefined, - "--awsui-style-background-hover-4hh3rt": undefined, - "--awsui-style-color-active-4hh3rt": undefined, - "--awsui-style-color-default-4hh3rt": undefined, - "--awsui-style-color-disabled-4hh3rt": undefined, - "--awsui-style-color-hover-4hh3rt": undefined, - "--awsui-style-focus-ring-border-color-4hh3rt": undefined, - "--awsui-style-focus-ring-border-radius-4hh3rt": undefined, - "--awsui-style-focus-ring-border-width-4hh3rt": undefined, + "--awsui-style-background-active-udgrlr": undefined, + "--awsui-style-background-default-udgrlr": undefined, + "--awsui-style-background-disabled-udgrlr": undefined, + "--awsui-style-background-hover-udgrlr": undefined, + "--awsui-style-color-active-udgrlr": undefined, + "--awsui-style-color-default-udgrlr": undefined, + "--awsui-style-color-disabled-udgrlr": undefined, + "--awsui-style-color-hover-udgrlr": undefined, + "--awsui-style-focus-ring-border-color-udgrlr": undefined, + "--awsui-style-focus-ring-border-radius-udgrlr": undefined, + "--awsui-style-focus-ring-border-width-udgrlr": undefined, "borderRadius": undefined, "fontSize": undefined, "paddingBlock": undefined, "paddingInline": undefined, } at Object.<anonymous> (src/segmented-control/__tests__/styles.test.tsx:75:57)
dry-run / Components integration tests shards (React 16, shard 2/4)
Process completed with exit code 1.
classic › 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 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997711144 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
dry-run / Build components (React 18): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Build components (React 18): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Build components (React 18): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Build components (React 18): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components (React 18): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Build components (React 18): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Build components: src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Build components: src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Build components: pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Build components: pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components: pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components: pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components: pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Build components: pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Build components: pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (4/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (4/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (4/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (4/6): pages/button/alignment.page.tsx#L25
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): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (1/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (1/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (1/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (1/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (1/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
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
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 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): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components motion tests (React 16): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components motion tests (React 16): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components motion tests (React 16): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 16): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components motion tests (React 16): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components motion tests (React 18): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components motion tests (React 18): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components motion tests (React 18): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components motion tests (React 18): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components motion tests (React 18): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components motion tests (React 18): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components unit tests: src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components unit tests: src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components unit tests: pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components unit tests: pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests: pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests: pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests: pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components unit tests: pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components unit tests: pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 2: refresh-toolbar › automatically shrinks split panel when screen resizes (bottom position): src/app-layout/__integ__/app-layout-split-panel.test.ts#L225
expect(received).toBeLessThan(expected) Expected: < 356.5 Received: 356.5 at src/app-layout/__integ__/app-layout-split-panel.test.ts:225:25 at src/app-layout/__integ__/app-layout-split-panel.test.ts:27:7 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: refresh-toolbar › automatically shrinks split panel when screen resizes (bottom position): src/app-layout/__integ__/app-layout-split-panel.test.ts#L225
expect(received).toBeLessThan(expected) Expected: < 356.5 Received: 356.5 at src/app-layout/__integ__/app-layout-split-panel.test.ts:225:25 at src/app-layout/__integ__/app-layout-split-panel.test.ts:27:7 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (React 18, shard 4/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 4/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 4/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 4/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 4/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 4/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 18, shard 3/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 3/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 3/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 3/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 3/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 3/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 16, shard 4/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 4/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 4/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 4/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 4/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 4/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: Visual refresh toolbar only › global drawers registered from child AppLayout render correctly when __disableRuntimeDrawers is set to true for parent AppLayout: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770998019189 } ] 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): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 1/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 16, shard 3/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 3/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: classic › iframe=true › MultiAppLayout simple › secondary layout does not vertically overflow the primary one: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62897:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997899853 } ] 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 breadcrumb state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62897:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770998020989 } ] 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 62897:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997984191 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: allows the select to be opened and closed using space: src/select/__integ__/page-objects/select-page.ts#L25
javascript error: WebDriverError: javascript error: Cannot read properties of null (reading 'focus') (Session info: chrome=144.0.7559.132) when running "execute/sync" with method "POST" and args "selector => { document.querySelector(selector).focus(); }" at FetchRequest._request (node_modules/webdriver/build/node.js:1963:19) at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23) at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23) at SelectPageObject.focusSelect (src/select/__integ__/page-objects/select-page.ts:25:5) at src/select/__integ__/select.test.ts:164: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): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 1/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 1/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 1/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 1/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 1/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components integration tests shards (React 18, shard 2/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 18, shard 2/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 18, shard 2/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 18, shard 2/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 18, shard 2/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 18, shard 2/4): pages/button/alignment.page.tsx#L25
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
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 3: classic › 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 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997697970 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 2: classic › 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 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997680860 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: classic › 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 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997641784 } ] 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 62577:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (244f22bc)\\\", and git sha \\\"244f22bc\\\".\"", "source": "console-api", "timestamp": 1770997967632 } ] 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#L42
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:42:31 at src/table/__integ__/performance-marks.test.ts:30: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): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 2/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (3/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (3/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (3/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (3/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (2/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (2/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (2/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (2/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (2/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (2/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (6/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (6/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (6/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (6/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (6/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (6/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (5/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (5/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (5/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (5/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (5/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (5/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'

Artifacts

Produced during runtime
Name Size Digest
cloudscape-design-board-components
301 KB
sha256:58948c75c8a326832501a5d7c4463630227fa7c09a30683d18fc355b6cbe0101
cloudscape-design-chart-components
428 KB
sha256:5e015504e16fa1929bec24216b6dc7fa714d65d2a0e8addbe4336b2658efff0b
cloudscape-design-chat-components
93.4 KB
sha256:873031650055af25acd15e38695fcde79a520452a74b5210f4fb1506d5a61f7b
cloudscape-design-code-view
47.2 KB
sha256:2d1914868cc0e2319f1c15f3883aec8c71b2b77a506c21f9f4a361ecfd965a48
cloudscape-design-components
8.73 MB
sha256:65dce4586282edb9c5027b2da9a93e621008be3d34175041b51c27a7e7713bf3