Update AboutCard.test.tsx.snap (#561)

This commit is contained in:
TomNUSDS 2021-08-20 05:53:17 -07:00 committed by GitHub
commit 75d4830ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>