add e2e tests for all image tools

This commit is contained in:
Habib
2024-06-28 14:58:29 +02:00
parent eaea6f5858
commit 6a16269b41
6 changed files with 84 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ export default function ChangeColorsInPng() {
value={values.fromColor}
onColorChange={(val) => updateField('fromColor', val)}
description={'Replace this color (from color)'}
inputProps={{ 'data-testid': 'color-input' }}
/>
<TextFieldWithDesc
value={values.similarity}