fix: Merge mouseleave detection logic (#1374) #2182
Annotations
2 warnings
release / release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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 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)
|