feat: Table column groups API II #18928
dry-run.yml
on: pull_request
dry-run
/
Create build tree
4s
Matrix: dry-run / buildComponents
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / integTestShards
dry-run
/
Components unit tests
10m 0s
Matrix: dry-run / motionTest
dry-run
/
Build board components
2m 45s
dry-run
/
Build code view components
1m 9s
dry-run
/
Build chat components
1m 22s
dry-run
/
Build chart components
3m 55s
dry-run
/
Components accessibility tests
0s
dry-run
/
Components integration tests
0s
dry-run
/
Demos tests
10m 4s
Annotations
40 errors and 298 warnings
|
dry-run / Components unit tests
Process completed with exit code 1.
|
|
Bug Condition Exploration: Group Header State in StickyColumnsStore › store.get() should contain groupHeaderState when grouped columns are used with stickyColumnsLast:
src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts#L456
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
at Object.<anonymous> (src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts:456:35)
|
|
Preservation: lastInsetInlineStart Shadow Flag › lastInsetInlineStart is false when not scrolled (not stuck):
src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts#L310
TypeError: Cannot read properties of undefined (reading 'lastInsetInlineStart')
at Object.<anonymous> (src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts:310:18)
|
|
Preservation: Flat Layout Leaf Cell State › flat columns with stickyColumnsFirst=2 produce correct offsets for both sticky columns:
src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts#L161
expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
at Object.<anonymous> (src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts:161:34)
|
|
Preservation: Flat Layout Leaf Cell State › flat columns with stickyColumnsLast=1 produce correct cellState with sticky offsets:
src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts#L131
expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at Object.<anonymous> (src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts:131:34)
|
|
Preservation: Flat Layout Leaf Cell State › flat columns with stickyColumnsFirst=1 produce correct cellState with sticky offsets:
src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts#L99
expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at Object.<anonymous> (src/table/sticky-columns/__tests__/sticky-grouped-columns.test.ts:99:34)
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Process completed with exit code 1.
|
|
Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57: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 4/4)
Process completed with exit code 1.
|
|
Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should expand automatically when the cursor stops outside of the table container:
src/table/__integ__/resizable-columns.test.ts#L199
expect(received).toBeLessThan(expected)
Expected: < 1029.5
Received: 1029.5
at src/table/__integ__/resizable-columns.test.ts:199:23
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 146
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 196
Received: 212
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should shrink the last column after revealing a column:
src/table/__integ__/resizable-columns.test.ts#L247
expect(received).toBe(expected) // Object.is equality
Expected: 620
Received: 636
at src/table/__integ__/resizable-columns.test.ts:247:34
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should set explicit width for the last column when full-page table width exceeds container width:
src/table/__integ__/resizable-columns.test.ts#L235
expect(received).resolves.toContain(expected) // indexOf
Expected substring: "width: 120px;"
Received string: "width: auto;"
at Object.toContain (node_modules/expect/build/index.js:174:22)
at src/table/__integ__/resizable-columns.test.ts:235:53
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand the last column after hiding a column:
src/table/__integ__/resizable-columns.test.ts#L210
expect(received).toBe(expected) // Object.is equality
Expected: 868
Received: 852
at src/table/__integ__/resizable-columns.test.ts:210:34
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand automatically when the cursor stops outside of the table container:
src/table/__integ__/resizable-columns.test.ts#L103
move target out of bounds: WebDriverError: move target out of bounds
(Session info: chrome=146.0.7680.164) when running "actions" with method "POST"
at FetchRequest._request (node_modules/webdriver/build/node.js:2008:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at TablePage.resizeBeyondTableWidth (src/table/__integ__/resizable-columns.test.ts:103:5)
at src/table/__integ__/resizable-columns.test.ts:197:7
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should expand automatically when the cursor stops outside of the table container:
src/table/__integ__/resizable-columns.test.ts#L199
expect(received).toBeLessThan(expected)
Expected: < 1029.5
Received: 1029.5
at src/table/__integ__/resizable-columns.test.ts:199:23
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 146
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=false › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 196
Received: 212
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should shrink the last column after revealing a column:
src/table/__integ__/resizable-columns.test.ts#L247
expect(received).toBe(expected) // Object.is equality
Expected: 620
Received: 636
at src/table/__integ__/resizable-columns.test.ts:247:34
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should set explicit width for the last column when full-page table width exceeds container width:
src/table/__integ__/resizable-columns.test.ts#L235
expect(received).resolves.toContain(expected) // indexOf
Expected substring: "width: 120px;"
Received string: "width: auto;"
at Object.toContain (node_modules/expect/build/index.js:174:22)
at src/table/__integ__/resizable-columns.test.ts:235:53
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand the last column after hiding a column:
src/table/__integ__/resizable-columns.test.ts#L210
expect(received).toBe(expected) // Object.is equality
Expected: 868
Received: 852
at src/table/__integ__/resizable-columns.test.ts:210:34
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand automatically when the cursor stops outside of the table container:
src/table/__integ__/resizable-columns.test.ts#L103
move target out of bounds: WebDriverError: move target out of bounds
(Session info: chrome=146.0.7680.177) when running "actions" with method "POST"
at FetchRequest._request (node_modules/webdriver/build/node.js:2008:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at TablePage.resizeBeyondTableWidth (src/table/__integ__/resizable-columns.test.ts:103:5)
at src/table/__integ__/resizable-columns.test.ts:197:7
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
dry-run / Components accessibility tests shards (6/6)
Process completed with exit code 1.
|
|
A11y checks for light visual-refresh › #/light/list/nested-sortable?visualRefresh=true:
src/__a11y__/a11y-page-object.ts#L96
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"description": "Ensure elements that have scrollable content are accessible by keyboard", "help": "Scrollable region must have keyboard access", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/scrollable-region-focusable?application=axeAPI", "id": "scrollable-region-focusable", "impact": "serious", "nodes": [{"all": [], "any": [{"data": null, "id": "focusable-content", "impact": "serious", "message": "Element should have focusable content", "relatedNodes": []}, {"data": null, "id": "focusable-element", "impact": "serious", "message": "Element should be focusable", "relatedNodes": []}], "failureSummary": "Fix any of the following:
Element should have focusable content
Element should be focusable", "html": "<pre style=\"font-size: 12px; overflow: auto; max-height: 400px;\">", "impact": "serious", "none": [], "target": ["pre"]}], "tags": ["cat.keyboard", "wcag2a", "wcag211", "TTv5", "TT4.a"]}]
at A11yPageObject.assertNoAxeViolations (src/__a11y__/a11y-page-object.ts:96:24)
at src/__a11y__/run-a11y-tests.ts:17:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
dry-run / Components accessibility tests shards (5/6)
The strategy configuration was canceled because "dry-run.a11yTestShards._6_6" failed
|
|
dry-run / Components accessibility tests shards (5/6)
The operation was canceled.
|
|
dry-run / Components accessibility tests shards (3/6)
The strategy configuration was canceled because "dry-run.a11yTestShards._6_6" failed
|
|
dry-run / Components accessibility tests shards (3/6)
The operation was canceled.
|
|
dry-run / Components accessibility tests shards (2/6)
The strategy configuration was canceled because "dry-run.a11yTestShards._6_6" failed
|
|
dry-run / Components accessibility tests shards (2/6)
The operation was canceled.
|
|
dry-run / Create build tree
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cloudscape-design/actions/.github/actions/create-build-tree@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dry-run / Build components (React 18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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 code view components
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dry-run / Build chat components
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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 board components
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Build chart components
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Components motion tests (React 16)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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...'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
RETRY 3: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57: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 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...'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
RETRY 1: CSS Custom Properties › match previous snapshot for mode "visual-refresh-dark":
src/__integ__/themes.test.ts#L54
expect(received).resolves.toMatchSnapshot()
Snapshot name: `CSS Custom Properties match previous snapshot for mode "visual-refresh-dark" 1`
- Snapshot - 794
+ Received + 1
- {
- "awsui-version-info": "true",
- "border-active-width": "4px",
- "border-code-editor-status-divider-width": "1px",
- "border-container-sticky-width": "0px",
- "border-container-top-width": "0px",
- "border-control-focus-ring-shadow-spread": "1px",
- "border-control-invalid-focus-ring-shadow-spread": "2px",
- "border-divider-list-width": "1px",
- "border-divider-section-width": "1px",
- "border-dropdown-virtual-offset-width": "2px",
- "border-invalid-width": "8px",
- "border-item-width": "2px",
- "border-line-chart-dash-array": "3 5",
- "border-line-chart-line-join": "round",
- "border-line-chart-width": "2px",
- "border-link-focus-ring-outline": "0",
- "border-link-focus-ring-shadow-spread": "2px",
- "border-panel-header-width": "1px",
- "border-panel-top-width": "1px",
- "border-radius-alert": "12px",
- "border-radius-badge": "4px",
- "border-radius-button": "20px",
- "border-radius-calendar-day-focus-ring": "3px",
- "border-radius-card-default": "16px",
- "border-radius-card-embedded": "8px",
- "border-radius-chat-bubble": "8px",
- "border-radius-code-editor": "8px",
- "border-radius-container": "16px",
- "border-radius-control-circular-focus-ring": "4px",
- "border-radius-control-default-focus-ring": "4px",
- "border-radius-dropdown": "8px",
- "border-radius-dropzone": "12px",
- "border-radius-flashbar": "12px",
- "border-radius-input": "8px",
- "border-radius-item": "8px",
- "border-radius-item-card-default": "16px",
- "border-radius-item-card-embedded": "8px",
- "border-radius-popover": "8px",
- "border-radius-tabs-focus-ring": "20px",
- "border-radius-tiles": "8px",
- "border-radius-token": "8px",
- "border-radius-tutorial-panel-item": "8px",
- "border-table-sticky-width": "1px",
- "border-width-alert": "2px",
- "border-width-alert-block-end": "2px",
- "border-width-alert-block-start": "2px",
- "border-width-alert-inline-end": "2px",
- "border-width-alert-inline-start": "2px",
- "border-width-button": "2px",
- "border-width-card": "1px",
- "border-width-card-highlighted": "2px",
- "border-width-dropdown": "2px",
- "border-width-field": "1px",
- "border-width-icon-big": "3px",
- "border-width-icon-large": "4px",
- "border-width-icon-medium": "2px",
- "border-width-icon-normal": "2px",
- "border-width-icon-small": "2px",
- "border-width-item-card": "1px",
- "border-width-item-card-highlighted": "2px",
- "border-width-popover": "2px",
- "border-width-token": "2px",
- "color-aws-squid-ink": "#232f3e",
- "color-background-avatar-default": "#424650",
- "color-background-avatar-gen-ai": "radial-gradient(circle farthest-corner at top right, #b8e7ff 0%, #0099ff 25%, #5c7fff 40% , #8575ff 60%, #962eff 80%)",
- "color-background-badge-icon": "#ff7a7a",
- "color-background-button-link-active": "#333843",
- "color-background-button-link-hover": "#1b232d",
- "color-background-button-normal-active": "#333843",
- "color-background-button-normal-default": "#161d26",
- "color-background-button-normal-disabled": "#161d26",
- "color-background-button-normal-hover": "#1b232d",
- "color-background-button-primary-active": "#42b4ff",
- "color-background-button-primary-default": "#42b4ff",
- "color-background-button-primary-disabled": "#232b37",
- "color-background-button-primary-hover": "#75cfff",
- "color-background-calendar-current-date": "#333843",
- "color-background-card": "#161d26",
- "color-background-cell-shaded": "#1b232d",
- "color-background-chat-bubble-incoming": "#0f141a",
- "color-background-chat-bubble-outgoing": "transparent",
- "color-background-code-editor-gutter-active-line-default": "#8c8c94",
- "color-background-code-editor-gutter-active-line-error": "#ff7a7a",
- "color-background-code-editor-gutter-default": "#1b232d",
- "color-background-code-editor-loading": "#1b232d"
|
|
RETRY 3: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: Sticky header › syncs column sizes from the hidden column headers when items change:
src/table/__integ__/sticky-header.test.ts#L93
expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 4
Array [
Object {
"height": 37,
- "width": 126.390625,
+ "width": 138.609375,
},
Object {
"height": 37,
- "width": 177.375,
+ "width": 174.890625,
},
Object {
"height": 37,
- "width": 609.796875,
+ "width": 629.890625,
},
Object {
"height": 37,
- "width": 197.4375,
+ "width": 213.609375,
},
]
at src/table/__integ__/sticky-header.test.ts:93:25
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: Sticky header › syncs column sizes from the hidden column headers:
src/table/__integ__/sticky-header.test.ts#L81
expect(received).toEqual(expected) // deep equality
- Expected - 5
+ Received + 5
@@ -3,24 +3,24 @@
"height": 37,
"width": 40,
},
Object {
"height": 37,
- "width": 105.734375,
+ "width": 115.734375,
},
Object {
"height": 37,
- "width": 112.484375,
+ "width": 128.484375,
},
Object {
"height": 37,
- "width": 418.765625,
+ "width": 434.765625,
},
Object {
"height": 37,
- "width": 133.390625,
+ "width": 149.390625,
},
Object {
"height": 37,
- "width": 138.875,
+ "width": 148.875,
},
]
at src/table/__integ__/sticky-header.test.ts:81:25
at src/table/__integ__/sticky-header.test.ts:57: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 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
RETRY 1: StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 174
Received: 140
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: dropdown actions in a sticky column do not cause table scroll to the right:
src/table/__integ__/inline-actions.test.ts#L44
expect(received).resolves.toEqual()
Received promise rejected instead of resolved
Rejected to value: [javascript error: WebDriverError: javascript error: Element body [data-testid="table-with-dropdown-actions"][class*="awsui_root_wih1l"] [class*="awsui_wrapper_wih1l"] has not been found at the page
(Session info: chrome=146.0.7680.164) when running "execute/sync" with method "POST"]
at expect (node_modules/expect/build/index.js:113:15)
at src/table/__integ__/inline-actions.test.ts:44:11
at src/table/__integ__/inline-actions.test.ts:33:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: dropdown actions in a sticky column do not cause table scroll to the right:
src/table/__integ__/inline-actions.test.ts#L44
expect(received).resolves.toEqual()
Received promise rejected instead of resolved
Rejected to value: [javascript error: WebDriverError: javascript error: Element body [data-testid="table-with-dropdown-actions"][class*="awsui_root_wih1l"] [class*="awsui_wrapper_wih1l"] has not been found at the page
(Session info: chrome=146.0.7680.164) when running "execute/sync" with method "POST"]
at expect (node_modules/expect/build/index.js:113:15)
at src/table/__integ__/inline-actions.test.ts:44:11
at src/table/__integ__/inline-actions.test.ts:33:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: Detail popover series content keeps expanded state independently for every datum › on click:
src/mixed-line-bar-chart/__integ__/common.ts#L45
javascript error: WebDriverError: javascript error: Element body [class*="awsui_root_1yz9c"] [class*="awsui_bar-group_1yz9c"]:nth-child(1) has not been found at the page
(Session info: chrome=146.0.7680.164) when running "execute/sync" with method "POST"
at FetchRequest._request (node_modules/webdriver/build/node.js:2008:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at MixedChartPage.buttonDownOnElement (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:76:21)
at MixedChartPage.clickBarGroup (src/mixed-line-bar-chart/__integ__/common.ts:45:5)
at MixedChartPage.navigateToDatum (src/mixed-line-bar-chart/__integ__/common.ts:37:7)
at src/mixed-line-bar-chart/__integ__/detail-popover-series-content.test.ts:19:7
at node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13
|
|
|
|
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 1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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 18, shard 1/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
RETRY 1: desktop › main content area layout should not shift after loading the widget part of the page:
src/app-layout/__integ__/widget-async-loading.test.ts#L21
javascript error: WebDriverError: javascript error: Element [data-awsui-app-layout-widget-loaded="false"] [data-testid="app-layout-content-area"] has not been found at the page
(Session info: chrome=146.0.7680.177) when running "execute/sync" with method "POST"
at FetchRequest._request (node_modules/webdriver/build/node.js:2008:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at src/app-layout/__integ__/widget-async-loading.test.ts:21:66
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: refresh › iframe=true › MultiAppLayout simple › tools panel the secondary layout works:
src/app-layout/__integ__/multi-app-layout.test.ts#L40
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/app-layout/__integ__/multi-app-layout.test.ts:40:100
at BasePageObject.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:15)
at src/app-layout/__integ__/multi-app-layout.test.ts:39:11
at src/app-layout/__integ__/multi-app-layout.test.ts:24:11
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
+ bcde
at Object.toEqual (node_modules/expect/build/index.js:174:22)
at src/code-editor/__integ__/code-editor.test.ts:112:52
at src/code-editor/__integ__/code-editor.test.ts:91:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
|
|
dry-run / Components integration tests shards (React 18, shard 1/4):
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 16, shard 3/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
RETRY 1: StickyHeader=true › should expand automatically when the cursor stops outside of the table container:
src/table/__integ__/resizable-columns.test.ts#L103
move target out of bounds: WebDriverError: move target out of bounds
(Session info: chrome=146.0.7680.177) when running "actions" with method "POST"
at FetchRequest._request (node_modules/webdriver/build/node.js:2008:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:982:23)
at TablePage.resizeBeyondTableWidth (src/table/__integ__/resizable-columns.test.ts:103:5)
at src/table/__integ__/resizable-columns.test.ts:197:7
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: StickyHeader=true › should not shrink a column less than its min-width:
src/table/__integ__/resizable-columns.test.ts#L188
expect(received).toBe(expected) // Object.is equality
Expected: 162
Received: 130
at src/table/__integ__/resizable-columns.test.ts:188:24
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: StickyHeader=true › should expand and shrink a column correctly:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).toBe(expected) // Object.is equality
Expected: 212
Received: 244
at src/table/__integ__/resizable-columns.test.ts:174:21
at src/table/__integ__/resizable-columns.test.ts:163:7
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 3: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: should expand and shrink a column correctly:
src/table/__integ__/with-frame.test.ts#L44
expect(received).toBe(expected) // Object.is equality
Expected: 190
Received: 210
at src/table/__integ__/with-frame.test.ts:44:21
at TablePage.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:243:9)
at src/table/__integ__/with-frame.test.ts:39:5
at src/table/__integ__/with-frame.test.ts:32: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 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...'
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
|
|
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 / Demos tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Unexpected any. Specify a different type
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Do not use '.jsx', '.tsx' file extension for files without JSX
|
|
dry-run / Demos tests
Unexpected any. Specify a different type
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
|
|
|
|
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 / Components accessibility tests shards (6/6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
RETRY 3: A11y checks for light visual-refresh › #/light/list/nested-sortable?visualRefresh=true:
src/__a11y__/a11y-page-object.ts#L96
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"description": "Ensure elements that have scrollable content are accessible by keyboard", "help": "Scrollable region must have keyboard access", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/scrollable-region-focusable?application=axeAPI", "id": "scrollable-region-focusable", "impact": "serious", "nodes": [{"all": [], "any": [{"data": null, "id": "focusable-content", "impact": "serious", "message": "Element should have focusable content", "relatedNodes": []}, {"data": null, "id": "focusable-element", "impact": "serious", "message": "Element should be focusable", "relatedNodes": []}], "failureSummary": "Fix any of the following:
Element should have focusable content
Element should be focusable", "html": "<pre style=\"font-size: 12px; overflow: auto; max-height: 400px;\">", "impact": "serious", "none": [], "target": ["pre"]}], "tags": ["cat.keyboard", "wcag2a", "wcag211", "TTv5", "TT4.a"]}]
at A11yPageObject.assertNoAxeViolations (src/__a11y__/a11y-page-object.ts:96:24)
at src/__a11y__/run-a11y-tests.ts:17:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 2: A11y checks for light visual-refresh › #/light/list/nested-sortable?visualRefresh=true:
src/__a11y__/a11y-page-object.ts#L96
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"description": "Ensure elements that have scrollable content are accessible by keyboard", "help": "Scrollable region must have keyboard access", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/scrollable-region-focusable?application=axeAPI", "id": "scrollable-region-focusable", "impact": "serious", "nodes": [{"all": [], "any": [{"data": null, "id": "focusable-content", "impact": "serious", "message": "Element should have focusable content", "relatedNodes": []}, {"data": null, "id": "focusable-element", "impact": "serious", "message": "Element should be focusable", "relatedNodes": []}], "failureSummary": "Fix any of the following:
Element should have focusable content
Element should be focusable", "html": "<pre style=\"font-size: 12px; overflow: auto; max-height: 400px;\">", "impact": "serious", "none": [], "target": ["pre"]}], "tags": ["cat.keyboard", "wcag2a", "wcag211", "TTv5", "TT4.a"]}]
at A11yPageObject.assertNoAxeViolations (src/__a11y__/a11y-page-object.ts:96:24)
at src/__a11y__/run-a11y-tests.ts:17:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
RETRY 1: A11y checks for light visual-refresh › #/light/list/nested-sortable?visualRefresh=true:
src/__a11y__/a11y-page-object.ts#L96
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"description": "Ensure elements that have scrollable content are accessible by keyboard", "help": "Scrollable region must have keyboard access", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/scrollable-region-focusable?application=axeAPI", "id": "scrollable-region-focusable", "impact": "serious", "nodes": [{"all": [], "any": [{"data": null, "id": "focusable-content", "impact": "serious", "message": "Element should have focusable content", "relatedNodes": []}, {"data": null, "id": "focusable-element", "impact": "serious", "message": "Element should be focusable", "relatedNodes": []}], "failureSummary": "Fix any of the following:
Element should have focusable content
Element should be focusable", "html": "<pre style=\"font-size: 12px; overflow: auto; max-height: 400px;\">", "impact": "serious", "none": [], "target": ["pre"]}], "tags": ["cat.keyboard", "wcag2a", "wcag211", "TTv5", "TT4.a"]}]
at A11yPageObject.assertNoAxeViolations (src/__a11y__/a11y-page-object.ts:96:24)
at src/__a11y__/run-a11y-tests.ts:17:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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...'
|
|
dry-run / Components accessibility tests shards (3/6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, cloudscape-design/actions/.github/actions/patch-local-dependencies@main, cloudscape-design/actions/.github/actions/unlock-dependencies@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
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...'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cloudscape-design-board-components
|
302 KB |
sha256:058cebf9a25568897e44090239b4c1fff220bf5a35033af90d5bef9f86dea907
|
|
|
cloudscape-design-chart-components
|
452 KB |
sha256:7c7efe3a9c44b891284ae7c3d50c8c3ed6f1062b8199b312d085b88d8df2fd56
|
|
|
cloudscape-design-chat-components
|
98.1 KB |
sha256:7454a3559d98bc6359a2f3bcb1a07c20b55c9893d1ad741cebea28c0ee9385db
|
|
|
cloudscape-design-code-view
|
47.6 KB |
sha256:aea2138247f7b763dfc442fb06d85cde8a31c3ca605e17b6ae5db02bf0d070df
|
|
|
cloudscape-design-components
|
9.07 MB |
sha256:742bd065e539a511681bfafc94df181dbef09b3c2d8d90276c94d82dc4f9fd43
|
|