Skip to content

Commit

Permalink
test: update snapshops
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Dec 4, 2019
1 parent 2eacd49 commit e3a2a1e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ exports[`Displays a summary of the current items in the cart 1`] = `
<td
className="c4"
>
Items:
Items
:
</td>
<td
className="c5 c4"
Expand All @@ -242,7 +243,8 @@ exports[`Displays a summary of the current items in the cart 1`] = `
<td
className="c4"
>
Shipping:
Shipping
:
</td>
<td
className="c5 c4"
Expand All @@ -254,7 +256,8 @@ exports[`Displays a summary of the current items in the cart 1`] = `
<td
className="c4"
>
Surcharges:
Surcharges
:
</td>
<td
className="c5 c4"
Expand All @@ -266,7 +269,8 @@ exports[`Displays a summary of the current items in the cart 1`] = `
<td
className="c6"
>
Tax:
Tax
:
</td>
<td
className="c7 c4"
Expand All @@ -278,7 +282,8 @@ exports[`Displays a summary of the current items in the cart 1`] = `
<td
className="c8"
>
Order total:
Order total
:
</td>
<td
className="c9 c10"
Expand Down Expand Up @@ -524,7 +529,8 @@ exports[`Displays a summary with FREE shipping 1`] = `
<td
className="c4"
>
Items:
Items
:
</td>
<td
className="c5 c4"
Expand All @@ -536,7 +542,8 @@ exports[`Displays a summary with FREE shipping 1`] = `
<td
className="c4"
>
Shipping:
Shipping
:
</td>
<td
className="c5 c4"
Expand All @@ -548,7 +555,8 @@ exports[`Displays a summary with FREE shipping 1`] = `
<td
className="c4"
>
Surcharges:
Surcharges
:
</td>
<td
className="c5 c4"
Expand All @@ -560,7 +568,8 @@ exports[`Displays a summary with FREE shipping 1`] = `
<td
className="c6"
>
Tax:
Tax
:
</td>
<td
className="c7 c4"
Expand All @@ -572,7 +581,8 @@ exports[`Displays a summary with FREE shipping 1`] = `
<td
className="c8"
>
Order total:
Order total
:
</td>
<td
className="c9 c10"
Expand Down Expand Up @@ -833,7 +843,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c4"
>
Items:
Items
:
</td>
<td
className="c5 c4"
Expand All @@ -845,7 +856,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c4"
>
Shipping:
Shipping
:
</td>
<td
className="c5 c4"
Expand All @@ -857,7 +869,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c4"
>
Promo code applied:
Promo code applied
:
</td>
<td
className="c5 c4"
Expand All @@ -873,7 +886,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c4"
>
Surcharges:
Surcharges
:
</td>
<td
className="c5 c4"
Expand All @@ -885,7 +899,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c7"
>
Tax:
Tax
:
</td>
<td
className="c8 c4"
Expand All @@ -897,7 +912,8 @@ exports[`Displays a summary with applied discount 1`] = `
<td
className="c9"
>
Order total:
Order total
:
</td>
<td
className="c10 c11"
Expand Down Expand Up @@ -1143,7 +1159,8 @@ exports[`Displays a summary with calculated taxes 1`] = `
<td
className="c4"
>
Items:
Items
:
</td>
<td
className="c5 c4"
Expand All @@ -1155,7 +1172,8 @@ exports[`Displays a summary with calculated taxes 1`] = `
<td
className="c4"
>
Shipping:
Shipping
:
</td>
<td
className="c5 c4"
Expand All @@ -1167,7 +1185,8 @@ exports[`Displays a summary with calculated taxes 1`] = `
<td
className="c4"
>
Surcharges:
Surcharges
:
</td>
<td
className="c5 c4"
Expand All @@ -1179,7 +1198,8 @@ exports[`Displays a summary with calculated taxes 1`] = `
<td
className="c6"
>
Tax:
Tax
:
</td>
<td
className="c7 c4"
Expand All @@ -1191,7 +1211,8 @@ exports[`Displays a summary with calculated taxes 1`] = `
<td
className="c8"
>
Order total:
Order total
:
</td>
<td
className="c9 c10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`basic snapshot 1`] = `
className={null}
style={Object {}}
>
Field({"name":"email","label":"Email Address","isRequired":true,"helpText":"You will have the option to create an account and save your details after checkout.","children":"[Object]"})
Field({"name":"email","label":"Email address","isRequired":true,"helpText":"You will have the option to create an account and save your details after checkout.","children":"[Object]"})
<div
className="c0"
>
Expand Down

0 comments on commit e3a2a1e

Please sign in to comment.