Skip to content

Commit

Permalink
Updated test cases snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurvr committed Feb 26, 2021
1 parent bc79f6c commit a09f4d8
Showing 1 changed file with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,21 @@ exports[`CheckoutPage renders an error and disables review order button if there
<div
className="checkoutContent"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={
Array [
[Error: Payment is currently unavailable.],
]
}
/>
<div
className="heading_container"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={
Array [
[Error: Payment is currently unavailable.],
]
}
/>
<StockStatusMessage
cartItems={Array []}
message={
Expand Down Expand Up @@ -237,17 +237,17 @@ exports[`CheckoutPage renders checkout content for customer - default address 1`
<div
className="checkoutContent"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<div
className="heading_container"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<StockStatusMessage
cartItems={Array []}
message={
Expand Down Expand Up @@ -329,17 +329,17 @@ exports[`CheckoutPage renders checkout content for customer - no default address
<div
className="checkoutContent"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<div
className="heading_container"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<StockStatusMessage
cartItems={Array []}
message={
Expand Down Expand Up @@ -421,17 +421,17 @@ exports[`CheckoutPage renders checkout content for guest 1`] = `
<div
className="checkoutContent"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<div
className="heading_container"
>
<FormError
classes={
Object {
"root": "formErrors",
}
}
errors={Array []}
/>
<StockStatusMessage
cartItems={Array []}
message={
Expand Down

0 comments on commit a09f4d8

Please sign in to comment.