add e2e tests

This commit is contained in:
Habib
2024-06-28 14:26:33 +02:00
parent 3b575af888
commit eaea6f5858
8 changed files with 973 additions and 16 deletions

View File

@@ -118,7 +118,7 @@ export default function ChangeColorsInPng() {
<Box>
<ColorSelector
value={values.fromColor}
onChange={(val) => updateField('fromColor', val)}
onColorChange={(val) => updateField('fromColor', val)}
description={'Replace this color (from color)'}
/>
<TextFieldWithDesc