chore: Add descriptions for style API #17749
Annotations
13 warnings
|
Integration tests:
src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts#L356
expect(received).resolves.toBe(expected) // Object.is equality
Expected: false
Received: true
at Object.toBe (node_modules/expect/build/index.js:174:22)
at src/mixed-line-bar-chart/__integ__/mixed-line-bar-chart.test.ts:356:72
at src/mixed-line-bar-chart/__integ__/common.ts:54:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Integration tests:
src/cards/__integ__/responsive.test.ts#L22
expect(received).resolves.toEqual()
Received promise rejected instead of resolved
Rejected to value: [javascript error: WebDriverError: javascript error: Element body [class*="awsui_root_p8a6i"] [class*="awsui_card_p8a6i"]:nth-child(1) has not been found at the page
(Session info: chrome=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getBoundingClientRect(selector) {
var element = document.querySelector(selector);
if (!element) {
throw new Error('Element ' + selector + ' has not been found at the page');
}
// These properties are lazy calculated in IE, we need call them to initialize
var rect = element.getBoundingClientRect();
return {
top: rect.top,
bottom: rect.bottom,
left: rect.left,
right: rect.right,
width: rect.width,
height: rect.height,
};
}"]
at expect (node_modules/expect/build/index.js:113:15)
at CardsPage.testCardsPerRow (src/cards/__integ__/responsive.test.ts:22:11)
at src/cards/__integ__/responsive.test.ts:67:7
at src/cards/__integ__/responsive.test.ts:40:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Integration tests:
src/cards/__integ__/responsive.test.ts#L22
expect(received).resolves.toEqual()
Received promise rejected instead of resolved
Rejected to value: [javascript error: WebDriverError: javascript error: Element body [class*="awsui_root_p8a6i"] [class*="awsui_card_p8a6i"]:nth-child(1) has not been found at the page
(Session info: chrome=144.0.7559.132) when running "execute/sync" with method "POST" and args "function getBoundingClientRect(selector) {
var element = document.querySelector(selector);
if (!element) {
throw new Error('Element ' + selector + ' has not been found at the page');
}
// These properties are lazy calculated in IE, we need call them to initialize
var rect = element.getBoundingClientRect();
return {
top: rect.top,
bottom: rect.bottom,
left: rect.left,
right: rect.right,
width: rect.width,
height: rect.height,
};
}"]
at expect (node_modules/expect/build/index.js:113:15)
at CardsPage.testCardsPerRow (src/cards/__integ__/responsive.test.ts:22:11)
at src/cards/__integ__/responsive.test.ts:48:7
at src/cards/__integ__/responsive.test.ts:40:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
|
|
Build components package:
src/app-layout/__integ__/app-layout-focus-delegation.test.ts#L192
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
Build components package:
src/app-layout/__integ__/app-layout-drawers.test.ts#L227
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
Build components package:
pages/utils/permutations-view.tsx#L18
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
Build components package:
pages/steps/with-updates.page.tsx#L167
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package:
pages/steps/with-updates.page.tsx#L155
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package:
pages/steps/with-updates.page.tsx#L143
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package:
pages/steps/with-updates.page.tsx#L127
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package:
pages/form-field/form-field-columns.page.tsx#L20
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
Build components package:
pages/button/alignment.page.tsx#L25
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
Loading