refactor tests #4561
Annotations
3 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@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/table/__integ__/resizable-columns.test.ts#L171
expect(received).toBe(expected) // Object.is equality
Expected: 180
Received: 130
at src/table/__integ__/resizable-columns.test.ts:171:21
at src/table/__integ__/resizable-columns.test.ts:160:7
at src/table/__integ__/resizable-columns.test.ts:148:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:28:13)
|
src/autosuggest/__integ__/async-autosuggest.test.ts#L146
expect(received).toBeLessThan(expected)
Expected: < 3
Received: 17
at src/autosuggest/__integ__/async-autosuggest.test.ts:146:55
at src/autosuggest/__integ__/async-autosuggest.test.ts:32:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:28:13)
|
The logs for this run have expired and are no longer available.
Loading