fix: Represent string literals as single-value unions #299
dry-run.yml
on: pull_request
dry-run
/
Create build tree
2s
Matrix: dry-run / buildComponents
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / integTestShards
dry-run
/
Components unit tests
8m 38s
Matrix: dry-run / motionTest
dry-run
/
Build board components
2m 28s
dry-run
/
Build code view components
1m 5s
dry-run
/
Build chat components
1m 15s
dry-run
/
Build chart components
2m 6s
dry-run
/
Components accessibility tests
4s
dry-run
/
Components integration tests
2s
dry-run
/
Demos tests
0s
Annotations
5 errors and 234 warnings
|
dry-run / Build chart components
Process completed with exit code 1.
|
|
src/__tests__/documenter.test.ts > definition for cartesian-chart matches the snapshot:
src/__tests__/documenter.test.ts#L14
Error: Snapshot `definition for cartesian-chart matches the snapshot > cartesian-chart 1` mismatched
- Expected
+ Received
@@ -322,13 +322,20 @@
},
{
"defaultValue": "undefined",
"description": "Enables series stacking behavior. Use it for column- or area- series.
This property corresponds to "normal" stacking type in Highcharts ([plotOptions.series.stacking](https://api.highcharts.com/highcharts/plotOptions.series.stacking)).",
+ "inlineType": {
+ "name": "normal",
+ "type": "union",
+ "values": [
+ "normal",
+ ],
+ },
"name": "stacking",
"optional": true,
- "type": ""normal"",
+ "type": "string",
},
{
"description": "Defines tooltip options of the chart, including:
* `enabled` - (optional, boolean) - Hides the tooltip when set to false.
* `size` - (optional, "small" | "medium" | "large") - Specifies max tooltip size.
❯ src/__tests__/documenter.test.ts:14:22
|
|
dry-run / Components unit tests
Process completed with exit code 1.
|
|
Components › definition for table matches the snapshot:
src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint)
Snapshot name: `Components definition for table matches the snapshot: table 1`
- Snapshot - 1
+ Received + 8
@@ -202,13 +202,20 @@
* `resourceType` - Identifies the type of resource represented by the flow. **Note:** This API is currently experimental.",
"inlineType": {
"name": "TableProps.AnalyticsMetadata",
"properties": [
{
+ "inlineType": {
+ "name": "view-resource",
+ "type": "union",
+ "values": [
+ "view-resource",
+ ],
+ },
"name": "flowType",
"optional": true,
- "type": ""view-resource"",
+ "type": "string",
},
{
"name": "instanceIdentifier",
"optional": true,
"type": "string",
at src/__tests__/snapshot-tests/documenter.test.ts:15:24
|
|
Components › definition for button-group matches the snapshot:
src/__tests__/snapshot-tests/documenter.test.ts#L15
expect(received).toMatchSnapshot(hint)
Snapshot name: `Components definition for button-group matches the snapshot: button-group 1`
- Snapshot - 1
+ Received + 8
@@ -352,13 +352,20 @@
"type": "ButtonGroupProps.Style",
},
{
"description": "Determines the general styling of the button dropdown.
* `icon` for icon buttons.",
+ "inlineType": {
+ "name": "ButtonGroupProps.Variant",
+ "type": "union",
+ "values": [
+ "icon",
+ ],
+ },
"name": "variant",
"optional": false,
- "type": ""icon"",
+ "type": "string",
},
],
"regions": [],
"releaseStatus": "stable",
}
at src/__tests__/snapshot-tests/documenter.test.ts:15:24
|
|
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 / 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 / Components accessibility tests shards (4/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (4/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (4/6)
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
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 chart components
Unexpected any. Specify a different type
|
|
dry-run / Components accessibility tests shards (1/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (1/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (1/6)
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 "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 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 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 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...'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 4/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 4/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
RETRY 1: should expand and shrink a column correctly:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322419597
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 3/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 3/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 1/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322552444
}
]
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322502404
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322584171
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 1: strategy:eager (iframe) tab state is retained when switching away and back:
undefined#L0
Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:8080/awsui.js 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322520184
}
]
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322499728
}
]
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)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 1/4)
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)
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 18, shard 2/4)
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 2: refresh-toolbar › 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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322486871
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 1: refresh-toolbar › 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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322448681
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 2: refresh › 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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322370713
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
RETRY 1: refresh › 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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322332324
}
]
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322624826
}
]
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 63522:16 \"Missing AWS-UI CSS for theme \\\"default\\\", version \\\"3.0.0 (3cd8ea2b)\\\", and git sha \\\"3cd8ea2b\\\".\"",
"source": "console-api",
"timestamp": 1768322582311
}
]
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:42:27)
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Tests should not be skipped
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components integration tests shards (React 16, shard 2/4)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (3/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (3/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (5/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (5/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (2/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (2/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
|
dry-run / Components accessibility tests shards (6/6)
Tests should not be skipped
|
|
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6/6)
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
dry-run / Components accessibility tests shards (6/6)
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cloudscape-design-board-components
|
301 KB |
sha256:d2cc9796ba8e39f1d200f23b08ddf7920780cb0b853c33c90abfc2f7a20dda80
|
|
|
cloudscape-design-chat-components
|
93.4 KB |
sha256:7e410c191f8435057557271c4681d66692b2879be72a4a723cfc87d352532926
|
|
|
cloudscape-design-code-view
|
46.8 KB |
sha256:cf142893f4b6c4a95a8b5d7fef891cfc7227f0b5f8f038a1930e9a1e6afc3eff
|
|
|
cloudscape-design-components
|
8.62 MB |
sha256:da6ae2bc55a704c74c0e2e3f098e35ad947f0bb65521c29eda1ddf88a1c31590
|
|
|
cloudscape-design-documenter
|
30.9 KB |
sha256:fe731a95b3499c98948bbfbb5afe3b00df625eef0aa3b736c6bd05b9bff802a9
|
|
|
cloudscape-design-test-utils
|
22.6 KB |
sha256:740783e73defb00405aaa3fcd594250d41b199b90315faa027ee64cf5e15b9d4
|
|