mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 07:00:23 +00:00
test(widgets): use expect.soft for valid hex colors loop (suggestion by DrJKL)
This commit is contained in:
@@ -166,7 +166,7 @@ describe('WidgetColorPicker Value Binding', () => {
|
||||
const wrapper = mountComponent(widget, color)
|
||||
|
||||
const colorText = wrapper.find('span')
|
||||
expect(colorText.text()).toBe(color)
|
||||
expect.soft(colorText.text()).toBe(color)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user