mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 04:01:17 -07:00
Update AboutCard.test.tsx.snap (#561)
This commit is contained in:
parent
a2eabda319
commit
75d4830ce1
1 changed files with 11 additions and 5 deletions
|
@ -7,11 +7,11 @@ exports[`rendering of the AboutCard checks if component renders 1`] = `
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="grid-row j40-aboutcard-card"
|
class="grid-row j40-aboutcard-sm-card"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="grid-col-2"
|
class="tablet:grid-col-2 j40-aboutpage-image-container"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
@ -21,18 +21,18 @@ exports[`rendering of the AboutCard checks if component renders 1`] = `
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="grid-col-10"
|
class="tablet:grid-col-9"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="grid-row"
|
class="grid-row"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
>
|
||||||
<div
|
<h3
|
||||||
class="j40-section-header"
|
class="j40-section-header"
|
||||||
>
|
>
|
||||||
Test Header
|
Test Header
|
||||||
</div>
|
</h3>
|
||||||
<div
|
<div
|
||||||
class="j40-section-body"
|
class="j40-section-body"
|
||||||
>
|
>
|
||||||
|
@ -50,6 +50,12 @@ exports[`rendering of the AboutCard checks if component renders 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="grid-col-1"
|
||||||
|
data-testid="grid"
|
||||||
|
>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue