feat: Support more arguments in keyup and keypress methods #273
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
8m 35s
Matrix: dry-run / motionTest
dry-run
/
Build board components
2m 32s
dry-run
/
Build code view components
1m 4s
dry-run
/
Build chat components
1m 8s
dry-run
/
Components accessibility tests
4s
dry-run
/
Components integration tests
3s
dry-run
/
Demos tests
9m 49s
Annotations
2 errors and 244 warnings
|
dry-run / Components unit tests
Process completed with exit code 1.
|
|
Test-utils › dom definitions match the snapshot:
src/__tests__/snapshot-tests/documenter.test.ts#L21
expect(received).toMatchSnapshot()
Snapshot name: `Test-utils dom definitions match the snapshot 1`
- Snapshot - 0
+ Received + 4826
@@ -395,10 +395,29 @@
"name": "void",
},
},
{
"inheritedFrom": {
+ "name": "AbstractWrapper.keypress",
+ },
+ "name": "keypress",
+ "parameters": [
+ {
+ "flags": {
+ "isOptional": false,
+ },
+ "name": "keyboardEventProps",
+ "typeName": "KeyboardEventInit",
+ },
+ ],
+ "returnType": {
+ "isNullable": false,
+ "name": "void",
+ },
+ },
+ {
+ "inheritedFrom": {
"name": "AbstractWrapper.keyup",
},
"name": "keyup",
"parameters": [
{
@@ -414,10 +433,29 @@
"name": "void",
},
},
{
"inheritedFrom": {
+ "name": "AbstractWrapper.keyup",
+ },
+ "name": "keyup",
+ "parameters": [
+ {
+ "flags": {
+ "isOptional": false,
+ },
+ "name": "keyboardEventProps",
+ "typeName": "KeyboardEventInit",
+ },
+ ],
+ "returnType": {
+ "isNullable": false,
+ "name": "void",
+ },
+ },
+ {
+ "inheritedFrom": {
"name": "AbstractWrapper.matches",
},
"name": "matches",
"parameters": [
{
@@ -803,20 +841,58 @@
"name": "void",
},
},
{
"inheritedFrom": {
+ "name": "AbstractWrapper.keypress",
+ },
+ "name": "keypress",
+ "parameters": [
+ {
+ "flags": {
+ "isOptional": false,
+ },
+ "name": "keyboardEventProps",
+ "typeName": "KeyboardEventInit",
+ },
+ ],
+ "returnType": {
+ "isNullable": false,
+ "name": "void",
+ },
+ },
+ {
+ "inheritedFrom": {
"name": "AbstractWrapper.keyup",
},
"name": "keyup",
"parameters": [
{
"flags": {
"isOptional": false,
},
"name": "keyCode",
"typeName": "KeyCode",
+ },
+ ],
+ "returnType": {
+ "isNullable": false,
+ "name": "void",
+ },
+ },
+ {
+ "inheritedFrom": {
+ "name": "AbstractWrapper.keyup",
+ },
+ "name": "keyup",
+ "parameters": [
+ {
+ "flags": {
+ "isOptional": false,
+ },
+ "name": "keyboardEventProps",
+ "typeName": "KeyboardEventInit",
},
],
"returnType": {
"isNullable": false,
"name": "void",
@@ -1248,20 +1324,58 @@
"name": "void",
},
},
{
"inheritedFrom": {
+ "name": "AbstractWrapper.keypress",
+ },
+ "name": "keypress",
+ "parameters": [
+ {
+ "flags": {
+ "isOptional": false,
+ },
+ "name": "keyboardEventProps",
+ "typeName": "KeyboardEventInit",
+ },
+ ],
+ "returnType": {
+ "isNullable": false,
+ "name": "void",
+ },
+ },
+ {
+ "inheritedFrom": {
"name": "AbstractWrapper.keyup",
},
"name": "keyup",
"parameters": [
{
"flags": {
"isOptional": f
|
|
dry-run / Build test-utils:
src/core/test/dom.test.ts#L77
Forbidden non-null assertion
|
|
|
|
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter/strip-imports.ts#L14
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter/strip-imports.ts#L9
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter/strip-dom.ts#L13
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter/simple.ts#L7
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter-no-typecheck/strip-external-imports.ts#L15
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/test/inputs/converter-no-typecheck/strip-external-imports.ts#L10
Forbidden non-null assertion
|
|
dry-run / Build test-utils:
src/converter/convert-to-selectors.ts#L40
Unexpected any. Specify a different type
|
|
dry-run / Build components
Tests should not be skipped
|
|
dry-run / Build components
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Build components
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Build components (React 18)
Tests should not be skipped
|
|
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Build components (React 18)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (4)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Build chat components
Prop "className" is forbidden on Components
|
|
dry-run / Build chat components
Prop "className" is forbidden on Components
|
|
dry-run / Build chat components
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components
Unexpected any. Specify a different type
|
|
dry-run / Components accessibility tests shards (1)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (1)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (1)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (1)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (1)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
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 "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 / Components integration tests shards (React 16, shard 2)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 2)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 2)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 2)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 2)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
RETRY 1: Commenting multiple lines:
src/code-editor/__integ__/code-editor.test.ts#L103
expect(received).resolves.toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
// const pi = 3.14;
- // const a = 123;
+ // consta = 123;
// const b = 234;
// const c = 345;
↵
at Object.toEqual (node_modules/expect/build/index.js:174:22)
at src/code-editor/__integ__/code-editor.test.ts:103:52
at src/code-editor/__integ__/code-editor.test.ts:92:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
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=140.0.7339.80) 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 1: Visual refresh toolbar only › global drawers registered from child AppLayout render correctly when __disableRuntimeDrawers is set to true for parent AppLayout:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708121517
}
]
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 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708116402
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 2)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components motion tests (React 16)
Tests should not be skipped
|
|
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 16)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components motion tests (React 16)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components motion tests (React 18)
Tests should not be skipped
|
|
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 18)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components motion tests (React 18)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components unit tests
Tests should not be skipped
|
|
dry-run / Components unit tests
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components unit tests
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components unit tests
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components unit tests
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
RETRY 1: refresh › 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 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708237669
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 1: classic › iframe=true › MultiAppLayout simple › secondary layout does not vertically overflow the primary one:
src/app-layout/__integ__/multi-app-layout.test.ts#L70
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 1313
Received: 1744.90625
at src/app-layout/__integ__/multi-app-layout.test.ts:70:43
at BasePageObject.runInsideIframe (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:238:9)
at src/app-layout/__integ__/multi-app-layout.test.ts:68: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: allows the select to be closed with space and reopened using mouse:
src/select/__integ__/page-objects/select-page.ts#L25
javascript error: WebDriverError: javascript error: Cannot read properties of null (reading 'focus')
(Session info: chrome=140.0.7339.80) when running "execute/sync" with method "POST" and args "selector => {
document.querySelector(selector).focus();
}"
at FetchRequest._request (node_modules/webdriver/build/node.js:1963:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23)
at SelectPageObject.focusSelect (src/select/__integ__/page-objects/select-page.ts:25:5)
at src/select/__integ__/select.test.ts:247:5
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 breadcrumb state:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708214258
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 1: Multi app layout navigation › iframe=true › should clean up and restore previous breadcrumb state:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708199069
}
]
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)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 1)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 1)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 1)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 1)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
RETRY 1: classic › desktop › should persist runtime drawer preferences when switching between multiple app layouts:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708124178
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 2: 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 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708167582
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
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 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708141721
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 3)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 1)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
RETRY 1: Table (in viewport: true) › Emits a mark only for visible tables which are loaded completely:
src/table/__integ__/performance-marks.test.ts#L44
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:44:31
at src/table/__integ__/performance-marks.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)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 3)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 3)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 3)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 3)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
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 60129:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (d46d39f4)\\\", and git sha \\\"d46d39f4\\\".\"",
"source": "console-api",
"timestamp": 1758708155253
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
dry-run / Components integration tests shards (React 18, shard 4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 4)
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
|
|
dry-run / Components accessibility tests shards (5)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (5)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (5)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (5)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (5)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (5)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (3)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (3)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (3)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (3)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (3)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (2)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (2)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (2)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (2)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (2)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cloudscape-design-board-components
Expired
|
305 KB |
sha256:d4519e34445e784eead60ce464a23a264c12737e25bd297a141e8842db582e5e
|
|
|
cloudscape-design-chat-components
Expired
|
96.9 KB |
sha256:e5d9a53bd35ebca04e96c94a2c9774e29fd48df9e1db5f966eedda2982e21f26
|
|
|
cloudscape-design-code-view
Expired
|
49.5 KB |
sha256:5acf113c4f4f012279f9b9458bb485ee3efa91347f83029d0ff4c1d1607a6e93
|
|
|
cloudscape-design-components
Expired
|
8.31 MB |
sha256:07c83c18f41faab5582b6d836b6a30028e858ab404395cbf5f0223867fb76e22
|
|
|
cloudscape-design-test-utils
Expired
|
23.8 KB |
sha256:4f0a924838f4781fe49c92828ed9bca723d7966cb36bf33bcd25409c4d6aa132
|
|