Skip to content

Commit

Permalink
Fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Jun 6, 2024
1 parent e6cafc9 commit e37f475
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions src/components/__tests__/__snapshots__/card.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`Card renders card with tag 1`] = `
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbZyqC"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
Expand All @@ -33,12 +33,6 @@ exports[`Card renders card with tag 1`] = `
</g>
</svg>
</div>
<div
className="card___StyledDiv3-sc-16fz0z7-5 hcAeMi"
data-cy="stationary-tag"
>
Stationary
</div>
</div>
<div>
<big
Expand All @@ -58,6 +52,12 @@ exports[`Card renders card with tag 1`] = `
description....
</p>
</div>
<div
className="card___StyledDiv3-sc-16fz0z7-5 hugbRo"
data-cy="stationary-tag"
>
Stationary
</div>
</a>
</div>
`;
Expand All @@ -71,7 +71,7 @@ exports[`Card renders plain card 1`] = `
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbZyqC"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
Expand Down Expand Up @@ -127,7 +127,7 @@ exports[`Card renders with footer list 1`] = `
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbZyqC"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`Platform Section displays content 1`] = `
href="/platform/J-31"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbZyqC"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
Expand Down Expand Up @@ -250,7 +250,7 @@ exports[`Platform Section displays content 1`] = `
href="/platform/Aerosonde"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbZyqC"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
Expand Down

0 comments on commit e37f475

Please sign in to comment.