diff --git a/test/components/__snapshots__/Avatar.spec.ts.snap b/test/components/__snapshots__/Avatar.spec.ts.snap index 141849db..403b9164 100644 --- a/test/components/__snapshots__/Avatar.spec.ts.snap +++ b/test/components/__snapshots__/Avatar.spec.ts.snap @@ -4,7 +4,7 @@ exports[`Avatar > renders with alt correctly 1`] = `""`; -exports[`Avatar > renders with icon correctly 1`] = `""`; +exports[`Avatar > renders with icon correctly 1`] = `""`; exports[`Avatar > renders with size 2xl correctly 1`] = `""`; diff --git a/test/components/__snapshots__/Button.spec.ts.snap b/test/components/__snapshots__/Button.spec.ts.snap index 614976e8..9225ed14 100644 --- a/test/components/__snapshots__/Button.spec.ts.snap +++ b/test/components/__snapshots__/Button.spec.ts.snap @@ -31,7 +31,7 @@ exports[`Button > renders with disabled correctly 1`] = ` `; exports[`Button > renders with icon correctly 1`] = ` -" +" @@ -54,7 +54,7 @@ exports[`Button > renders with leading slot correctly 1`] = ` `; exports[`Button > renders with leadingIcon correctly 1`] = ` -" +" @@ -63,7 +63,7 @@ exports[`Button > renders with leadingIcon correctly 1`] = ` `; exports[`Button > renders with loading correctly 1`] = ` -" +" @@ -72,7 +72,7 @@ exports[`Button > renders with loading correctly 1`] = ` `; exports[`Button > renders with loadingIcon correctly 1`] = ` -" +" @@ -139,7 +139,7 @@ exports[`Button > renders with trailing slot correctly 1`] = ` exports[`Button > renders with trailingIcon correctly 1`] = ` " - + " diff --git a/test/components/__snapshots__/Card.spec.ts.snap b/test/components/__snapshots__/Card.spec.ts.snap index 1c333dff..22007ff6 100644 --- a/test/components/__snapshots__/Card.spec.ts.snap +++ b/test/components/__snapshots__/Card.spec.ts.snap @@ -27,7 +27,7 @@ exports[`Card > renders with class correctly 1`] = ` exports[`Card > renders with default slot correctly 1`] = ` " - Default slot + Default slot " `; diff --git a/test/components/__snapshots__/Chip.spec.ts.snap b/test/components/__snapshots__/Chip.spec.ts.snap index 8d78e996..feee5008 100644 --- a/test/components/__snapshots__/Chip.spec.ts.snap +++ b/test/components/__snapshots__/Chip.spec.ts.snap @@ -48,4 +48,4 @@ exports[`Chip > renders with size xl correctly 1`] = `""`; -exports[`Chip > renders with ui correctly 1`] = `""`; +exports[`Chip > renders with ui correctly 1`] = `""`; diff --git a/test/components/__snapshots__/Tabs.spec.ts.snap b/test/components/__snapshots__/Tabs.spec.ts.snap index 769b64dd..cde4b8bc 100644 --- a/test/components/__snapshots__/Tabs.spec.ts.snap +++ b/test/components/__snapshots__/Tabs.spec.ts.snap @@ -6,12 +6,8 @@ exports[`Tabs > renders basic case correctly 1`] = ` Tab1Tab2Tab3 This is the content shown for Tab1 - - - - - - + And, this is the content for Tab2 + Finally, this is the content for Tab3 " `; @@ -21,12 +17,8 @@ exports[`Tabs > renders with class correctly 1`] = ` Tab1Tab2Tab3 This is the content shown for Tab1 - - - - - - + And, this is the content for Tab2 + Finally, this is the content for Tab3 " `; @@ -36,12 +28,8 @@ exports[`Tabs > renders with default slot correctly 1`] = ` Default slotDefault slotDefault slot This is the content shown for Tab1 - - - - - - + And, this is the content for Tab2 + Finally, this is the content for Tab3 " `; @@ -50,13 +38,9 @@ exports[`Tabs > renders with defaultValue correctly 1`] = ` Tab1Tab2Tab3 - - - + This is the content shown for Tab1 And, this is the content for Tab2 - - - + Finally, this is the content for Tab3 " `; @@ -66,12 +50,8 @@ exports[`Tabs > renders with item slot correctly 1`] = ` Tab1Tab2Tab3 Item slot - - - - - - + Item slot + Item slot " `; @@ -80,13 +60,9 @@ exports[`Tabs > renders with modelValue correctly 1`] = ` Tab1Tab2Tab3 - - - + This is the content shown for Tab1 And, this is the content for Tab2 - - - + Finally, this is the content for Tab3 " `; @@ -96,12 +72,8 @@ exports[`Tabs > renders with orientation correctly 1`] = ` Tab1Tab2Tab3 This is the content shown for Tab1 - - - - - - + And, this is the content for Tab2 + Finally, this is the content for Tab3 " `; @@ -111,11 +83,7 @@ exports[`Tabs > renders with ui correctly 1`] = ` Tab1Tab2Tab3 This is the content shown for Tab1 - - - - - - + And, this is the content for Tab2 + Finally, this is the content for Tab3 " `;