From a57844e41676c13ed1af861424961b88cee7b4da Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 10 May 2025 17:59:27 +0200 Subject: [PATCH] fix(Stepper): use `div` tag for `title` & `description` Resolves #4096 --- src/runtime/components/Stepper.vue | 4 +- .../__snapshots__/Stepper-vue.spec.ts.snap | 288 +++++++++--------- .../__snapshots__/Stepper.spec.ts.snap | 288 +++++++++--------- 3 files changed, 290 insertions(+), 290 deletions(-) diff --git a/src/runtime/components/Stepper.vue b/src/runtime/components/Stepper.vue index a9b773e8..91eb9094 100644 --- a/src/runtime/components/Stepper.vue +++ b/src/runtime/components/Stepper.vue @@ -157,12 +157,12 @@ defineExpose({
- + {{ item.title }} - + {{ item.description }} diff --git a/test/components/__snapshots__/Stepper-vue.spec.ts.snap b/test/components/__snapshots__/Stepper-vue.spec.ts.snap index ac1657ac..67371563 100644 --- a/test/components/__snapshots__/Stepper-vue.spec.ts.snap +++ b/test/components/__snapshots__/Stepper-vue.spec.ts.snap @@ -10,8 +10,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -21,8 +21,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -32,8 +32,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -52,8 +52,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -63,8 +63,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -74,8 +74,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -94,8 +94,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -105,8 +105,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -116,8 +116,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -136,8 +136,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -147,8 +147,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -158,8 +158,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -178,8 +178,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -189,8 +189,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -200,8 +200,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -220,8 +220,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -231,8 +231,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -242,8 +242,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -262,8 +262,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Address

-

Description slot

+
Address
+
Description slot
@@ -273,8 +273,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Shipping

-

Description slot

+
Shipping
+
Description slot
@@ -284,8 +284,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Checkout

-

Description slot

+
Checkout
+
Description slot
@@ -304,8 +304,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -315,8 +315,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -326,8 +326,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -346,8 +346,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -357,8 +357,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -368,8 +368,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -388,8 +388,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -399,8 +399,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -410,8 +410,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -430,8 +430,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -441,8 +441,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -452,8 +452,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -472,8 +472,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -483,8 +483,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -494,8 +494,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -514,8 +514,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -525,8 +525,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -536,8 +536,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -556,8 +556,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -567,8 +567,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -578,8 +578,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -598,8 +598,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -609,8 +609,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -620,8 +620,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -640,8 +640,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -651,8 +651,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -662,8 +662,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -682,8 +682,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -693,8 +693,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -704,8 +704,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -724,8 +724,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -735,8 +735,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -746,8 +746,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -766,8 +766,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -777,8 +777,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -788,8 +788,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -808,8 +808,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -819,8 +819,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -830,8 +830,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -850,8 +850,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -861,8 +861,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -872,8 +872,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -892,8 +892,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Add your address here

+
Title slot
+
Add your address here
@@ -903,8 +903,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Set your preferred shipping method

+
Title slot
+
Set your preferred shipping method
@@ -914,8 +914,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Confirm your order

+
Title slot
+
Confirm your order
@@ -934,8 +934,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -945,8 +945,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -956,8 +956,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -976,8 +976,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -987,8 +987,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -998,8 +998,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
diff --git a/test/components/__snapshots__/Stepper.spec.ts.snap b/test/components/__snapshots__/Stepper.spec.ts.snap index 7ceca30a..7a12e681 100644 --- a/test/components/__snapshots__/Stepper.spec.ts.snap +++ b/test/components/__snapshots__/Stepper.spec.ts.snap @@ -10,8 +10,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -21,8 +21,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -32,8 +32,8 @@ exports[`Stepper > renders with as correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -52,8 +52,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -63,8 +63,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -74,8 +74,8 @@ exports[`Stepper > renders with class correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -94,8 +94,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -105,8 +105,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -116,8 +116,8 @@ exports[`Stepper > renders with content slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -136,8 +136,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -147,8 +147,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -158,8 +158,8 @@ exports[`Stepper > renders with custom slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -178,8 +178,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -189,8 +189,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -200,8 +200,8 @@ exports[`Stepper > renders with default slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -220,8 +220,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -231,8 +231,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -242,8 +242,8 @@ exports[`Stepper > renders with defaultValue correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -262,8 +262,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Address

-

Description slot

+
Address
+
Description slot
@@ -273,8 +273,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Shipping

-

Description slot

+
Shipping
+
Description slot
@@ -284,8 +284,8 @@ exports[`Stepper > renders with description slot correctly 1`] = `
-

Checkout

-

Description slot

+
Checkout
+
Description slot
@@ -304,8 +304,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -315,8 +315,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -326,8 +326,8 @@ exports[`Stepper > renders with indicator slot correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -346,8 +346,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -357,8 +357,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -368,8 +368,8 @@ exports[`Stepper > renders with items correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -388,8 +388,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -399,8 +399,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -410,8 +410,8 @@ exports[`Stepper > renders with modelValue correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -430,8 +430,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -441,8 +441,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -452,8 +452,8 @@ exports[`Stepper > renders with neutral color correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -472,8 +472,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -483,8 +483,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -494,8 +494,8 @@ exports[`Stepper > renders with size lg horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -514,8 +514,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -525,8 +525,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -536,8 +536,8 @@ exports[`Stepper > renders with size lg vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -556,8 +556,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -567,8 +567,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -578,8 +578,8 @@ exports[`Stepper > renders with size md horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -598,8 +598,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -609,8 +609,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -620,8 +620,8 @@ exports[`Stepper > renders with size md vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -640,8 +640,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -651,8 +651,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -662,8 +662,8 @@ exports[`Stepper > renders with size sm horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -682,8 +682,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -693,8 +693,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -704,8 +704,8 @@ exports[`Stepper > renders with size sm vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -724,8 +724,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -735,8 +735,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -746,8 +746,8 @@ exports[`Stepper > renders with size xl horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -766,8 +766,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -777,8 +777,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -788,8 +788,8 @@ exports[`Stepper > renders with size xl vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -808,8 +808,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -819,8 +819,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -830,8 +830,8 @@ exports[`Stepper > renders with size xs horizontal correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -850,8 +850,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -861,8 +861,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -872,8 +872,8 @@ exports[`Stepper > renders with size xs vertical correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -892,8 +892,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Add your address here

+
Title slot
+
Add your address here
@@ -903,8 +903,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Set your preferred shipping method

+
Title slot
+
Set your preferred shipping method
@@ -914,8 +914,8 @@ exports[`Stepper > renders with title slot correctly 1`] = `
-

Title slot

-

Confirm your order

+
Title slot
+
Confirm your order
@@ -934,8 +934,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -945,8 +945,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -956,8 +956,8 @@ exports[`Stepper > renders with ui correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order
@@ -976,8 +976,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Address

-

Add your address here

+
Address
+
Add your address here
@@ -987,8 +987,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Shipping

-

Set your preferred shipping method

+
Shipping
+
Set your preferred shipping method
@@ -998,8 +998,8 @@ exports[`Stepper > renders without linear correctly 1`] = `
-

Checkout

-

Confirm your order

+
Checkout
+
Confirm your order