fix: Prevent Table from crashing when removing a column in edit state #11729
Annotations
3 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration tests:
src/code-editor/__integ__/code-editor.test.ts#L200
expect(received).resolves.toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (node_modules/expect/build/index.js:174:22)
at src/code-editor/__integ__/code-editor.test.ts:200:96
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)
|
Integration tests:
src/app-layout/__integ__/multi-app-layout-navigation.test.ts#L37
Can't call click on element with selector "body [data-testid="main-layout"] [class*="awsui_root_1fj9k"] [class*="awsui_tools-toggle_1fj9k"]" because element wasn't found
at implicitWait (node_modules/webdriverio/build/utils/implicitWait.js:34:19)
at Element.elementErrorHandlerCallbackFn (node_modules/webdriverio/build/middlewares.js:20:29)
at Element.wrapCommandFn (node_modules/@wdio/utils/build/shim.js:136:29)
at PageObject.click (node_modules/@cloudscape-design/browser-test-tools/page-objects/base.js:57:9)
at src/app-layout/__integ__/multi-app-layout-navigation.test.ts:37:9
at src/app-layout/__integ__/multi-app-layout-navigation.test.ts:31:9
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
Loading