Skip to content

feat: Adds dataAttributes support to ButtonDropdown items #17748

feat: Adds dataAttributes support to ButtonDropdown items

feat: Adds dataAttributes support to ButtonDropdown items #17748

Re-run triggered February 16, 2026 07:48
Status Failure
Total duration 21m 18s
Artifacts 5

dry-run.yml

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

Annotations

4 errors and 248 warnings
dry-run / Components unit tests
Process completed with exit code 1.
Components › definition for button-dropdown matches the snapshot: src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint) Snapshot name: `Components definition for button-dropdown matches the snapshot: button-dropdown 1` - Snapshot - 0 + Received + 1 @@ -179,10 +179,11 @@ - `lang` (string) - (Optional) The language of the item, provided as a BCP 47 language tag. - `disabled` (boolean) - whether the item is disabled. Disabled items are not clickable, but they can be highlighted with the keyboard to make them accessible. - `disabledReason` (string) - (Optional) Displays text near the `text` property when item is disabled. Use to provide additional context. - `description` (string) - additional data that will be passed to a `data-description` attribute. **Deprecated**, has no effect. - `ariaLabel` (string) - (Optional) - ARIA label of the item element. + - `dataAttributes` (Record<string, string>) - (Optional) Custom data attributes for the item element. Attribute names are automatically prefixed with "data-". The "testid" key is reserved. ### action - `href` (string) - (Optional) Defines the target URL of the menu item, turning it into a link. - `download` (boolean | string) - (Optional) Indicates that the link should be downloaded when clicked. Only works when `href` is also provided. If set to `true`, the browser will use the filename from the URL. If set to a string, that string will be used as the suggested filename. at src/__tests__/snapshot-tests/documenter.test.ts:15:24
dry-run / Components integration tests shards (React 18, shard 3/4)
Process completed with exit code 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=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getElementScrollPosition(selector) { const element = document.querySelector(selector); if (!element) { throw new Error('Element ' + selector + ' has not been found at the page'); } const overflowStyles = getComputedStyle(element).overflow.split(' '); if (!overflowStyles.includes('auto') && !overflowStyles.includes('scroll')) { throw new Error('Element ' + selector + ' is not scrollable'); } return { top: element.scrollTop, left: element.scrollLeft }; }"] 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)
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 / 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 / Components accessibility tests shards (4/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (4/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (4/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (4/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (4/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chat components
Prop "className" is forbidden on Components
dry-run / Build chat components
Prop "className" is forbidden on Components
dry-run / Build chat components
Prop "id" is forbidden on Components
dry-run / Build chat components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Prop "className" is forbidden on Components
dry-run / Build chart components
Prop "id" is forbidden on Components
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build chart components
Unexpected any. Specify a different type
dry-run / Build board components
Prop "id" is forbidden on Components
dry-run / Build board components
Prop "className" is forbidden on Components
dry-run / Build board components
Prop "className" is forbidden on Components
dry-run / Build board components
Prop "id" is forbidden on Components
dry-run / Build board components
Run autofix to sort these imports!
dry-run / Build board components
Run autofix to sort these imports!
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Build board components
Unexpected any. Specify a different type
dry-run / Components 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 / 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 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 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): 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): 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...'
RETRY 2: should recover column widths when the inner state is reset: src/table/__integ__/resizable-columns.test.ts#L349
expect(received).toEqual(expected) // deep equality Expected: 130 Received: 230 at src/table/__integ__/resizable-columns.test.ts:349:22 at src/table/__integ__/resizable-columns.test.ts:151:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: should recover column widths when the inner state is reset: src/table/__integ__/resizable-columns.test.ts#L349
expect(received).toEqual(expected) // deep equality Expected: 130 Received: 230 at src/table/__integ__/resizable-columns.test.ts:349:22 at src/table/__integ__/resizable-columns.test.ts:151:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 3: 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=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getElementScrollPosition(selector) { const element = document.querySelector(selector); if (!element) { throw new Error('Element ' + selector + ' has not been found at the page'); } const overflowStyles = getComputedStyle(element).overflow.split(' '); if (!overflowStyles.includes('auto') && !overflowStyles.includes('scroll')) { throw new Error('Element ' + selector + ' is not scrollable'); } return { top: element.scrollTop, left: element.scrollLeft }; }"] 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 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=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getElementScrollPosition(selector) { const element = document.querySelector(selector); if (!element) { throw new Error('Element ' + selector + ' has not been found at the page'); } const overflowStyles = getComputedStyle(element).overflow.split(' '); if (!overflowStyles.includes('auto') && !overflowStyles.includes('scroll')) { throw new Error('Element ' + selector + ' is not scrollable'); } return { top: element.scrollTop, left: element.scrollLeft }; }"] 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=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getElementScrollPosition(selector) { const element = document.querySelector(selector); if (!element) { throw new Error('Element ' + selector + ' has not been found at the page'); } const overflowStyles = getComputedStyle(element).overflow.split(' '); if (!overflowStyles.includes('auto') && !overflowStyles.includes('scroll')) { throw new Error('Element ' + selector + ' is not scrollable'); } return { top: element.scrollTop, left: element.scrollLeft }; }"] 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)
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 3/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 3/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 3/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 3/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: refresh-toolbar › iframe=true › MultiAppLayout simple › secondary layout does not vertically overflow the primary one: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228913315 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Multi app layout navigation › iframe=true › should clean up and restore previous route state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228869501 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:active tab state is not retained when switching away and back: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228888386 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: strategy:lazy tab content should load only when activated (but then remain): undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228847635 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
dry-run / Components integration tests shards (React 16, shard 1/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 1/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 1/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 1/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
RETRY 1: mobile › 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=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getBoundingClientRect(selector) { var element = document.querySelector(selector); if (!element) { throw new Error('Element ' + selector + ' has not been found at the page'); } // These properties are lazy calculated in IE, we need call them to initialize var rect = element.getBoundingClientRect(); return { top: rect.top, bottom: rect.bottom, left: rect.left, right: rect.right, width: rect.width, height: rect.height, }; }" at FetchRequest._request (node_modules/webdriver/build/node.js:1963:19) at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23) at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23) at 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 2: Multi app layout navigation › iframe=true › should clean up and restore previous route state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62912:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228909774 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Multi app layout navigation › iframe=true › should clean up and restore previous route state: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62912:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228859463 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
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 / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Unexpected any. Specify a different type
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Use JSX file extension as needed
dry-run / Demos tests
Unexpected any. Specify a different type
RETRY 1: Table (in viewport: true) › Emits a mark for loaded table components when evaluateComponentVisibility event is emitted: src/table/__integ__/performance-marks.test.ts#L78
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Object { "header": "A table without the Header component", - "inViewport": true, + "inViewport": false, "instanceIdentifier": Any<String>, "loading": false, "source": "awsui", } at src/table/__integ__/performance-marks.test.ts:78:31 at src/table/__integ__/performance-marks.test.ts:30:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (React 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...'
RETRY 1: Details popover › can be pinned and unpinned in a bar chart with mouse: src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts#L356
expect(received).resolves.toBe(expected) // Object.is equality Expected: false Received: true at Object.toBe (node_modules/expect/build/index.js:174:22) at src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts:356:72 at src/mixed-line-bar-chart/__integ__/common.ts:54:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: Multi page layout navigation › should keep toolbars and breadcrumbs state independently in both layouts: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228843065 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: navigates tab list with left/right arrow keys: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228840756 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: allows to focus on tab content area: undefined#L0
Unexpected errors in browser console: [ { "level": "SEVERE", "message": "http://localhost:8080/awsui.js 62592:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (2c8450d6)\\\", and git sha \\\"2c8450d6\\\".\"", "source": "console-api", "timestamp": 1771228833691 } ] at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
RETRY 1: Button › Emits a mark when properties change: src/button/__integ__/performance-marks.test.ts#L67
expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Object { "disabled": false, - "inViewport": true, + "inViewport": false, "instanceIdentifier": "16-1771228498227-3854", "loading": false, "source": "awsui", "text": "Primary button", } at src/button/__integ__/performance-marks.test.ts:67:31 at src/button/__integ__/performance-marks.test.ts:34:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (React 16, shard 2/4): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components integration tests shards (React 16, shard 2/4): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components integration tests shards (React 16, shard 2/4): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components integration tests shards (React 16, shard 2/4): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (3/6): src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
dry-run / Components accessibility tests shards (3/6): src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
dry-run / Components accessibility tests shards (3/6): pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
dry-run / Components accessibility tests shards (3/6): pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
dry-run / Components accessibility tests shards (3/6): pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
dry-run / Components accessibility tests shards (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 (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 (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
301 KB
sha256:31c0dbeacb3e85386dcff1b41e5f150a4c163231409ecd8b667983fd382e75e9
cloudscape-design-chart-components
428 KB
sha256:a5d4b4da2a8aca1c6ffd9165f5fe32bb4c219048b5b1b66d14f4c1493e3454b1
cloudscape-design-chat-components
93.4 KB
sha256:250174d3c274d1e96b8c8384e0900c8bad0e5f68d510f87ad15fb28f1810cedd
cloudscape-design-code-view
47.2 KB
sha256:d0a2b49821ed25838e100a9d8be70724cc7c441142d3177c510a601f2949b525
cloudscape-design-components
8.73 MB
sha256:2dac263c775632d30cea40328795658fa3b31bfb4647a9607c78ecf56b9a070e