headwirecom / jsonforms-react-spectrum-renderers

Other
8 stars 4 forks source link

use an alert icon to indicate validation errors and use a tooltip to … #61

Closed mburri closed 3 years ago

mburri commented 3 years ago

…show the messages instead of the unstyled well.

closes #51

I also migrated the tests concerning the validation messages to use the testing library instead of enzyme.

Testing the tooltips content does not work, even using the blueprint for tooltip trigger tests in the react-spectrum project - this might be an issue with our versions of jest and jest-dom .

mburri commented 3 years ago

Upgrading Jest is not straight forward, since it breaks several tests.