@@ -2149,14 +1954,9 @@ exports[`shows error when submitting empty form 1`] = `
value=""
/>
-
- warning
-
This field is required.
@@ -2180,14 +1980,9 @@ exports[`shows error when submitting empty form 1`] = `
value=""
/>
-
- warning
-
This field is required.
diff --git a/src/core/client/ui/components/ValidationMessage/__snapshots__/ValidationMessage.spec.tsx.snap b/src/core/client/ui/components/ValidationMessage/__snapshots__/ValidationMessage.spec.tsx.snap
index 7f03e37e0..da5a985c1 100644
--- a/src/core/client/ui/components/ValidationMessage/__snapshots__/ValidationMessage.spec.tsx.snap
+++ b/src/core/client/ui/components/ValidationMessage/__snapshots__/ValidationMessage.spec.tsx.snap
@@ -2,14 +2,9 @@
exports[`renders correctly 1`] = `
-
- warning
-
Hello World
`;