fix: Make closed expandable section header padding symmetrical #2159
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: StickyHeader=false › should render "width: auto" for the last on big screens and explicit value on small:
src/table/__integ__/resizable-columns.test.ts#L174
expect(received).resolves.toContain(expected) // indexOf
Expected substring: "width: 120px;"
Received string: "width: auto;"
at Object.toContain (node_modules/expect/build/index.js:194:22)
at src/table/__integ__/resizable-columns.test.ts:174:53
at src/table/__integ__/resizable-columns.test.ts:118:7
at src/table/__integ__/resizable-columns.test.ts:106:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/dist/use-browser.js:28:13)
|