Skip to content

Commit

Permalink
Updates snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: sirugh <rugh@adobe.com>
  • Loading branch information
sirugh committed Mar 19, 2020
1 parent 1f2590e commit f2fb2bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ exports[`renders PriceSummary correctly on cart page 1`] = `
<div
className="checkoutButton_container"
>
Proceed to Checkout
<button
className="root_highPriority"
type="button"
>
<span
className="content"
>
Proceed to Checkout
</span>
</button>
</div>
</div>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`renders components if cart has items 1`] = `
<div>
<div>
<PriceSummary
isCartUpdating={false}
isUpdating={false}
/>
</div>
</div>
Expand Down

0 comments on commit f2fb2bd

Please # to comment.