feat: Accessible resize handles with keyboard activation (role-description and live region) #4863
dry-run.yml
on: pull_request
dry-run
/
Build browser-test-tools
3m 7s
dry-run
/
Build documenter
2m 17s
dry-run
/
Build global-styles
21s
dry-run
/
Build collection-hooks
55s
dry-run
/
Build jest-preset
22s
Matrix: dry-run / Components accessibility tests shard
dry-run
/
Components unit tests
9m 38s
dry-run
/
Components integration tests
18m 2s
dry-run
/
Components accessibility tests
4s
dry-run
/
Demos tests
12m 21s
Annotations
5 errors and 24 warnings
resize with keyboard › activates and commits resize with [32] key code:
src/table/__tests__/resizable-columns.test.tsx#L335
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 1
Received number of calls: 0
at src/table/__tests__/resizable-columns.test.tsx:335:22
|
resize with keyboard › activates and commits resize with [13] key code:
src/table/__tests__/resizable-columns.test.tsx#L335
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 1
Received number of calls: 0
at src/table/__tests__/resizable-columns.test.tsx:335:22
|
dry-run / Components unit tests
Process completed with exit code 1.
|
should resize column to grow by keyboard:
src/table/__integ__/resizable-columns.test.ts#L105
Column at index "1" should have width "220"
at node_modules/webdriverio/build/commands/browser/waitUntil.js:66:23
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:137:29)
at TablePage.assertColumnWidth (src/table/__integ__/resizable-columns.test.ts:105:5)
at src/table/__integ__/resizable-columns.test.ts:272:5
at src/table/__integ__/resizable-columns.test.ts:117:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|
dry-run / Components integration tests
Process completed with exit code 1.
|
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
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
Prop "id" is forbidden on Components
|
dry-run / Build board components
Prop "id" is forbidden on Components
|
dry-run / Build board components
Prop "id" is forbidden on Components
|
dry-run / Demos tests
React Hook useEffect has a missing dependency: 'loadCallback'. Either include it or remove the dependency array. If 'loadCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
dry-run / Demos tests
'React' is defined but never used
|
dry-run / Demos tests
'Alert' is defined but never used
|
dry-run / Demos tests
'Box' is defined but never used
|
dry-run / Demos tests
'ExternalLink' is defined but never used
|
dry-run / Demos tests
'setVisible' is assigned a value but never used
|
dry-run / Demos tests
'AppLayout' is defined but never used
|
dry-run / Demos tests
'AppLayout' is defined but never used
|
dry-run / Demos tests
'Link' is defined but never used
|
dry-run / Demos tests
React Hook useEffect has a missing dependency: 'updateDirty'. Either include it or remove the dependency array. If 'updateDirty' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
RETRY 1: should resize column to grow by keyboard:
src/table/__integ__/resizable-columns.test.ts#L105
Column at index "1" should have width "210"
at node_modules/webdriverio/build/commands/browser/waitUntil.js:66:23
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:137:29)
at TablePage.assertColumnWidth (src/table/__integ__/resizable-columns.test.ts:105:5)
at src/table/__integ__/resizable-columns.test.ts:276:5
at src/table/__integ__/resizable-columns.test.ts:117:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|
RETRY 2: should resize column to grow by keyboard:
src/table/__integ__/resizable-columns.test.ts#L105
Column at index "1" should have width "210"
at node_modules/webdriverio/build/commands/browser/waitUntil.js:66:23
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:137:29)
at TablePage.assertColumnWidth (src/table/__integ__/resizable-columns.test.ts:105:5)
at src/table/__integ__/resizable-columns.test.ts:276:5
at src/table/__integ__/resizable-columns.test.ts:117:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|
RETRY 3: should resize column to grow by keyboard:
src/table/__integ__/resizable-columns.test.ts#L105
Column at index "1" should have width "220"
at node_modules/webdriverio/build/commands/browser/waitUntil.js:66:23
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:137:29)
at TablePage.assertColumnWidth (src/table/__integ__/resizable-columns.test.ts:105:5)
at src/table/__integ__/resizable-columns.test.ts:272:5
at src/table/__integ__/resizable-columns.test.ts:117:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|
RETRY 1: after edit is submitted:
src/table/__integ__/inline-editing.test.ts#L65
expect(received).resolves.toBe()
Received promise rejected instead of resolved
Rejected to value: [Error: Can't call isFocused on element with selector "body [class*="awsui_root_wih1l"] [class*="awsui_wrapper_wih1l"] > [class*="awsui_table_wih1l"] tbody tr:nth-child(2) [class*="awsui_body-cell_c6tup"]:nth-child(2) [class*="awsui_body-cell-editor_c6tup"]" because element wasn't found]
at expect (node_modules/expect/build/index.js:128:15)
at src/table/__integ__/inline-editing.test.ts:65:11
at runMicrotasks (<anonymous>)
at src/table/__integ__/inline-editing.test.ts:37:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
components-package
Expired
|
90.1 MB |
|
dependencies
Expired
|
328 KB |
|