feat: Adding new i18n strings for date-range-picker in preparation for month granularity #11751
Annotations
4 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": "la",
+ "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/table/__integ__/table-interaction-metrics.test.ts#L108
expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 500
Received: 461
at src/table/__integ__/table-interaction-metrics.test.ts:108:40
at src/table/__integ__/table-interaction-metrics.test.ts:31:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
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