fix(ui-color-picker): add hex to aria-label #4312
pr-validation.yml
on: pull_request
Lint commit msg + code
4m 12s
Vitest unit tests
5m 34s
Cypress component tests
7m 18s
Legacy unit tests
4m 15s
Annotations
2 errors
packages/ui-color-picker/src/ColorPreset/__new-tests__/ColorPreset.test.tsx > <ColorPreset /> > colors prop > should render tooltips for all colors:
packages/ui-color-picker/src/ColorPreset/__new-tests__/ColorPreset.test.tsx#L115
AssertionError: expected 'Tooltip_18' to be null // Object.is equality
- Expected:
null
+ Received:
"Tooltip_18"
❯ packages/ui-color-picker/src/ColorPreset/__new-tests__/ColorPreset.test.tsx:115:44
❯ packages/ui-color-picker/src/ColorPreset/__new-tests__/ColorPreset.test.tsx:111:18
|
Vitest unit tests
Process completed with exit code 1.
|