fix: Incorporate split panel height when rendering stickyVerticalBottomOffset value #11738
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/property-filter/__integ__/async-loading.test.ts#L35
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 5
@@ -3,10 +3,15 @@
"filteringText": "",
"firstPage": true,
"samePage": false,
},
Object {
+ "filteringText": "lab",
+ "firstPage": true,
+ "samePage": false,
+ },
+ Object {
"filteringText": "label",
"firstPage": true,
"samePage": false,
},
]
at src/property-filter/__integ__/async-loading.test.ts:35:30
at RetryOperation._fn (node_modules/p-retry/index.js:50:12)
|
Integration tests:
src/app-layout/__integ__/app-layout-split-panel.test.ts#L217
expect(received).toBeLessThan(expected)
Expected: < 356.5
Received: 356.5
at src/app-layout/__integ__/app-layout-split-panel.test.ts:217:25
at src/app-layout/__integ__/app-layout-split-panel.test.ts:27:7
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
Loading