chore: Add alert/flash content replacement runtime API #9181
Annotations
6 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/code-editor/__integ__/code-editor.test.ts#L203
expect(received).resolves.toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (node_modules/expect/build/index.js:194:22)
at src/code-editor/__integ__/code-editor.test.ts:203:96
at src/code-editor/__integ__/code-editor.test.ts:95:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
src/popover/__integ__/popover-placement.test.ts#L68
expect(received).toBeLessThan(expected)
Expected: < 52.234375
Received: 129.28125
at rightTop (src/popover/__integ__/popover-placement.test.ts:68:25)
at src/popover/__integ__/popover-placement.test.ts:133:9
at src/popover/__integ__/popover-placement.test.ts:111:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
src/table/__integ__/table-interaction-metrics.test.ts#L61
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 2000
Received: 2603
at src/table/__integ__/table-interaction-metrics.test.ts:61:40
at src/table/__integ__/table-interaction-metrics.test.ts:31:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
src/table/__integ__/expandable-rows.test.ts#L28
Element "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(1)" is not visible upon waiting
at node_modules/webdriverio/build/commands/browser/waitUntil.js:66:23
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:136:29)
at BasePageObject.waitForVisible (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:144:9)
at src/table/__integ__/expandable-rows.test.ts:28:7
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading