From af25f65e81034c95d4b1aa5c4500e9c523aa9eb9 Mon Sep 17 00:00:00 2001 From: Romain Hamel Date: Sat, 14 Jun 2025 18:13:06 +0200 Subject: [PATCH] test: update vue snapshots --- .../__snapshots__/FormField-vue.spec.ts.snap | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) 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`] = ` "