Skip to content

Commit

Permalink
fix: SEO-219 Renew footer snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzarius authored and adamstankiewicz committed Dec 16, 2022
1 parent 8a00bd0 commit bb88863
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,17 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
Sitemap
</a>
</li>
<li>
<button
className="ot-sdk-show-settings hide-one-trust btn btn-primary"
disabled={false}
id="ot-sdk-btn"
onClick={[Function]}
type="button"
>
Do Not Sell My Personal Data
</button>
</li>
</ul>
</div>
<div
Expand Down Expand Up @@ -576,6 +587,17 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
Sitemap
</a>
</li>
<li>
<button
className="ot-sdk-show-settings hide-one-trust btn btn-primary"
disabled={false}
id="ot-sdk-btn"
onClick={[Function]}
type="button"
>
Do Not Sell My Personal Data
</button>
</li>
</ul>
</div>
<div
Expand Down Expand Up @@ -934,6 +956,17 @@ exports[`<Footer /> renders correctly renders without a language selector in es
Accessibility Policy
</a>
</li>
<li>
<button
className="ot-sdk-show-settings hide-one-trust btn btn-primary"
disabled={false}
id="ot-sdk-btn"
onClick={[Function]}
type="button"
>
Do Not Sell My Personal Data
</button>
</li>
</ul>
</div>
<div
Expand Down

0 comments on commit bb88863

Please sign in to comment.