feat(grid): ajout de la grid sur le radio button et la checkbox #1369
Annotations
10 errors and 2 warnings
src/Accordion/__tests__/Accordion.test.tsx > Accordion > renders with isTitleFirst true:
client/look-and-feel/react/src/Accordion/__tests__/Accordion.test.tsx#L82
Error: expect(element).toHaveClass("af-accordion__summary--title-first")
Expected the element to have class:
af-accordion__summary--title-first
Received:
af-accordion__summary title-first
❯ src/Accordion/__tests__/Accordion.test.tsx:82:21
|
src/AccordionCore/__tests__/AccordionCore.test.tsx > AccordionCore > should have custom class with modifier:
client/look-and-feel/react/src/AccordionCore/__tests__/AccordionCore.test.tsx#L45
Error: expect(element).toHaveClass("custom-class custom-class--modifier")
Expected the element to have class:
custom-class custom-class--modifier
Received:
af-accordion custom-class af-accordion--modifier
❯ src/AccordionCore/__tests__/AccordionCore.test.tsx:45:7
|
src/Card/__tests__/Card.test.tsx > Card > should have custom class with modifier:
client/look-and-feel/react/src/Card/__tests__/Card.test.tsx#L26
Error: expect(element).toHaveClass("custom-class custom-class--modifier")
Expected the element to have class:
custom-class custom-class--modifier
Received:
af-card custom-class af-card--modifier
❯ src/Card/__tests__/Card.test.tsx:26:40
|
src/Divider/__tests__/Divider.test.tsx > Divider component > should render with custom class name and class modifier:
client/look-and-feel/react/src/Divider/__tests__/Divider.test.tsx#L27
Error: expect(element).toHaveClass("custom-class custom-class--modifier")
Expected the element to have class:
custom-class custom-class--modifier
Received:
af-divider custom-class af-divider--modifier
❯ src/Divider/__tests__/Divider.test.tsx:27:28
|
src/IconBg/__tests__/IconBg.test.tsx > IconBg > should have custom class with modifier:
client/look-and-feel/react/src/IconBg/__tests__/IconBg.test.tsx#L25
Error: expect(element).toHaveClass("custom-class custom-class--modifier")
Expected the element to have class:
custom-class custom-class--modifier
Received:
af-icon-bg custom-class af-icon-bg--modifier
❯ src/IconBg/__tests__/IconBg.test.tsx:25:43
|
src/IconBg/__tests__/IconBg.test.tsx > IconBg > should be disabled:
client/look-and-feel/react/src/IconBg/__tests__/IconBg.test.tsx#L37
Error: expect(element).toHaveClass("custom-class custom-class--disabled")
Expected the element to have class:
custom-class custom-class--disabled
Received:
af-icon-bg custom-class af-icon-bg--undefined af-icon-bg--disabled
❯ src/IconBg/__tests__/IconBg.test.tsx:37:43
|
src/Link/__tests__/Link.test.tsx > Link component > renders correctly with className as 'test-class' and classModifier as 'test-modifier':
client/look-and-feel/react/src/Link/__tests__/Link.test.tsx#L86
Error: expect(element).toHaveClass("test-class--test-modifier")
Expected the element to have class:
test-class--test-modifier
Received:
af-link test-class af-link--test-modifier
❯ src/Link/__tests__/Link.test.tsx:86:22
|
src/Title/__tests__/Title.test.tsx > Title > should have custom class with modifier:
client/look-and-feel/react/src/Title/__tests__/Title.test.tsx#L46
Error: expect(element).toHaveClass("custom-class custom-class--modifier")
Expected the element to have class:
custom-class custom-class--modifier
Received:
af-title custom-class af-title--modifier af-title--xl
❯ src/Title/__tests__/Title.test.tsx:46:53
|
src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx > ContentItemMono > should have custom class and M size:
client/look-and-feel/react/src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx#L37
Error: expect(element).toHaveClass("custom-class custom-class--m")
Expected the element to have class:
custom-class custom-class--m
Received:
af-content-item-mono custom-class af-content-item-mono--m
❯ src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx:37:7
|
src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx > ContentItemMono > should have XL size and no tertiary text:
client/look-and-feel/react/src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx#L55
Error: expect(element).toHaveClass("custom-class custom-class--xl")
Expected the element to have class:
custom-class custom-class--xl
Received:
af-content-item-mono custom-class af-content-item-mono--xl
❯ src/List/ContentItemMono/__tests__/ContentItemMono.test.tsx:55:7
|
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|