Skip to content

Fix tests

Fix tests #2149

Re-run triggered July 24, 2023 11:44
Status Success
Total duration 1h 17m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 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: visualRefresh=true › automatically shrinks drawer when screen resizes: src/app-layout/__integ__/app-layout-drawers.test.ts#L120
expect(received).toBeLessThan(expected) Expected: < 502 Received: 502 at src/app-layout/__integ__/app-layout-drawers.test.ts:120:26 at runMicrotasks (<anonymous>) at src/app-layout/__integ__/app-layout-drawers.test.ts:53:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
RETRY 1: Sticky scrollbar › appears when screen is resized: src/table/__integ__/sticky-scrollbar.test.ts#L57
expect(received).resolves.toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (node_modules/expect/build/index.js:194:22) at src/table/__integ__/sticky-scrollbar.test.ts:57:81 at src/table/__integ__/sticky-scrollbar.test.ts:26:5 at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
RETRY 1: A11y checks for dark visual-refresh › #/dark/date-range-picker/calendar-permutations?visualRefresh=true: src/__a11y__/run-a11y-tests.ts#L38
thrown: "Exceeded timeout of 60000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at src/__a11y__/run-a11y-tests.ts:38:7 at Array.forEach (<anonymous>) at src/__a11y__/run-a11y-tests.ts:27:20 at runA11yTests (src/__a11y__/run-a11y-tests.ts:26:3) at Object.<anonymous> (src/__a11y__/a11y-refresh-dark.test.ts:5:13)
RETRY 1: A11y checks for light visual-refresh › #/light/date-range-picker/calendar-permutations?visualRefresh=true: src/__a11y__/run-a11y-tests.ts#L38
thrown: "Exceeded timeout of 60000 ms for a test. Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test." at src/__a11y__/run-a11y-tests.ts:38:7 at Array.forEach (<anonymous>) at src/__a11y__/run-a11y-tests.ts:27:20 at runA11yTests (src/__a11y__/run-a11y-tests.ts:26:3) at Object.<anonymous> (src/__a11y__/a11y-refresh-light.test.ts:5:13)