Skip to content

Commit

Permalink
breaking(tests): Updated Hero.test.jsx.snap snapshots after removal o…
Browse files Browse the repository at this point in the history
…f inner div wrapper

- it was used for quoted-wrapper which was moved to the Hero.Text div
  • Loading branch information
ichim-david committed Apr 3, 2024
1 parent a917cdc commit 7cf73ef
Showing 1 changed file with 10 additions and 38 deletions.
48 changes: 10 additions & 38 deletions src/components/Blocks/Hero/__snapshots__/Hero.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ exports[`Hero block renders a hero component 1`] = `
<div
className="hero-block-text color-fg-white text-left"
>
<div
className=""
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -60,11 +56,7 @@ exports[`Hero block renders a hero component 2`] = `
<div
className="hero-block-text color-fg-white text-left"
>
<div
className=""
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -104,11 +96,7 @@ exports[`Hero block renders a hero component 3`] = `
<div
className="hero-block-text color-fg-white text-left"
>
<div
className=""
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -148,11 +136,7 @@ exports[`Hero block renders a hero component 4`] = `
<div
className="hero-block-text color-fg-white text-left"
>
<div
className=""
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -190,13 +174,9 @@ exports[`Hero block renders a hero component 5`] = `
className="hero-block-body"
>
<div
className="hero-block-text color-fg-white text-left"
className="hero-block-text color-fg-white text-left quoted-wrapper"
>
<div
className="quoted-wrapper"
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -234,13 +214,9 @@ exports[`Hero block renders a hero component 6`] = `
className="hero-block-body"
>
<div
className="hero-block-text color-fg-white text-left"
className="hero-block-text color-fg-white text-left quoted-wrapper"
>
<div
className="quoted-wrapper"
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down Expand Up @@ -278,13 +254,9 @@ exports[`Hero block renders a hero component 7`] = `
className="hero-block-body"
>
<div
className="hero-block-text color-fg-white text-left"
className="hero-block-text color-fg-white text-left quoted-wrapper"
>
<div
className="quoted-wrapper"
>
Text test
</div>
Text test
</div>
<div
className="hero-block-meta text-left"
Expand Down

0 comments on commit 7cf73ef

Please sign in to comment.