diff --git a/test/components/__snapshots__/FormField-vue.spec.ts.snap b/test/components/__snapshots__/FormField-vue.spec.ts.snap
index bee8f680..40d39bd7 100644
--- a/test/components/__snapshots__/FormField-vue.spec.ts.snap
+++ b/test/components/__snapshots__/FormField-vue.spec.ts.snap
@@ -148,6 +148,59 @@ exports[`FormField > renders with label slot correctly 1`] = `
"
`;
+exports[`FormField > renders with maxErrors correctly 1`] = `
+"
+
+
+
+
+
+
Username is already taken
+
This should be visible
+
+
"
+`;
+
+exports[`FormField > renders with maxErrors false correctly 1`] = `
+"
+
+
+
+
+
+
Username is already taken
+
This should be visible
+
This should be visible
+
+
"
+`;
+
+exports[`FormField > renders with maxErrors negative correctly 1`] = `
+"
+
+
+
+
+
+
Username is already taken
+
This should be visible
+
This should be visible
+
+
"
+`;
+
+exports[`FormField > renders with multiple errors correctly 1`] = `
+"
+
+
+
+
+
+
Username is already taken
+
+
"
+`;
+
exports[`FormField > renders with required correctly 1`] = `
"