Skip to content

Commit

Permalink
Fixing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 10, 2023
1 parent 27eb2e5 commit 3203681
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 41 deletions.
10 changes: 5 additions & 5 deletions src/components/FeaturedContent/FeaturedContent.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ export const textContentVariations: Story = {
textContent={
<div>
<p>
This text should have a header. Vestibulum id ligula porta felis
euismod semper. Nulla vitae elit libero, a pharetra augue.
Vestibulum id ligula porta felis euismod semper. Nulla vitae elit
libero, a pharetra augue. Vestibulum id ligula porta felis euismod
semper. Nulla vitae elit libero, a pharetra augue.
This text should have a header. This text should have a header.
This text should have a header. This text should have a header.
This text should have a header. This text should have a header.
This text should have a header. This text should have a header.
This text should have a header.
</p>
</div>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`Renders the UI snapshot correctly 1`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -16,11 +16,6 @@ exports[`Renders the UI snapshot correctly 1`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down Expand Up @@ -69,7 +64,7 @@ exports[`Renders the UI snapshot correctly 2`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -78,11 +73,6 @@ exports[`Renders the UI snapshot correctly 2`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down Expand Up @@ -131,7 +121,7 @@ exports[`Renders the UI snapshot correctly 3`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -140,11 +130,6 @@ exports[`Renders the UI snapshot correctly 3`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down Expand Up @@ -193,7 +178,7 @@ exports[`Renders the UI snapshot correctly 4`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -202,11 +187,6 @@ exports[`Renders the UI snapshot correctly 4`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down Expand Up @@ -255,7 +235,7 @@ exports[`Renders the UI snapshot correctly 5`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -264,11 +244,6 @@ exports[`Renders the UI snapshot correctly 5`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down Expand Up @@ -317,7 +292,7 @@ exports[`Renders the UI snapshot correctly 6`] = `
>
<div
className="css-1gt4hjv"
data-testid="bg-image"
data-testid="featuredcontent-bg-image"
>
<div
className="css-0"
Expand All @@ -326,11 +301,6 @@ exports[`Renders the UI snapshot correctly 6`] = `
alt="Image example"
className="css-0"
src="//placekitten.com/800/400"
style={
{
"display": "none",
}
}
/>
</div>
</div>
Expand Down

0 comments on commit 3203681

Please sign in to comment.