Skip to content

Commit 384f699

Browse files
committed
test(ui-color-picker): adjust tes
1 parent deb5da5 commit 384f699

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/ui-color-picker/src/ColorPreset/__new-tests__/ColorPreset.test.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,7 @@ describe('<ColorPreset />', () => {
110110

111111
testColors.forEach((testColor, index) => {
112112
const tooltip = tooltips[index]
113-
const indicator = indicators[index]
114113

115-
expect(tooltip.getAttribute('id')).toBe(
116-
indicator.getAttribute('aria-describedby')
117-
)
118114
expect(tooltip).toHaveTextContent(testColor)
119115
})
120116
})

0 commit comments

Comments
 (0)