Skip to content

fix: Allow hover tooltips to be dismissed using Esc #11717

fix: Allow hover tooltips to be dismissed using Esc

fix: Allow hover tooltips to be dismissed using Esc #11717

Triggered via pull request January 24, 2025 15:48
Status Failure
Total duration 16m 16s
Artifacts 3

dry-run.yml

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

Annotations

2 errors and 35 warnings
dry-run / Build chat components
Property 'onDismiss' is missing in type '{ value: string; trackRef: RefObject<HTMLDivElement>; contentAttributes: { onPointerDown: () => void; }; }' but required in type 'TooltipProps'.
dry-run / Build chat components
Process completed with exit code 1.
dry-run / Create build tree
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build documenter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build jest-preset
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build collection-hooks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build browser-test-tools
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build global-styles
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build build-tools
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build test-utils
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build component-toolkit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build theming-core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build components
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build code view components
Prop "id" is forbidden on Components
dry-run / Build code view components
Prop "className" is forbidden on Components
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Build code view components
Unexpected any. Specify a different type
dry-run / Components motion tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Build board components
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components integration tests shards (4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
RETRY 1: refresh-toolbar › switches between mobile and desktop modes: src/app-layout/__integ__/awsui-applayout.test.ts#L78
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__/awsui-applayout.test.ts:78:62 at src/app-layout/__integ__/awsui-applayout.test.ts:39:7 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
RETRY 1: refresh › automatically shrinks split panel when screen resizes (bottom position): src/app-layout/__integ__/app-layout-split-panel.test.ts#L218
expect(received).toBeLessThan(expected) Expected: < 356.5 Received: 356.5 at src/app-layout/__integ__/app-layout-split-panel.test.ts:218:25 at src/app-layout/__integ__/app-layout-split-panel.test.ts:28:7 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
RETRY 1: Resizing virtual select › Should place second option higher: src/select/__integ__/virtual-resize.test.ts#L54
expect(received).toBeGreaterThan(expected) Expected: > 269.671875 Received: 269.671875 at src/select/__integ__/virtual-resize.test.ts:54:25 at src/select/__integ__/virtual-resize.test.ts:29:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests shards (1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (6)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests shards (5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components accessibility tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
dry-run / Components integration tests shards (2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
RETRY 1: refresh › desktop › should persist runtime drawer preferences when switching between multiple app layouts: src/app-layout/__integ__/runtime-drawers.test.ts#L101
expect(received).toEqual(expected) // deep equality Expected: 447 Received: 904 at src/app-layout/__integ__/runtime-drawers.test.ts:101:96 at BasePageObject.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:232:9) at src/app-layout/__integ__/runtime-drawers.test.ts:99:11 at src/app-layout/__integ__/runtime-drawers.test.ts:34:7 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
dry-run / Components integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
cloudscape-design-board-components
280 KB
cloudscape-design-code-view
37 KB
cloudscape-design-components
7.98 MB