Skip to content

Commit

Permalink
fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Mar 21, 2024
1 parent 76eca65 commit 1a4edd1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SupportLinks renders with correct links 1`] = `
<ul>
<ul
className="description"
>
<li>
<p>
In addition to our free-to-use, ad-supported Basic plan, we also offer ad-optional subscription plans that come with more advanced features and access to priority support. Please see our
<a
href="https://disqus.com/pricing/"
target="_blank"
>
pricing page
</a>
for more details.
</p>
</li>
<li>
<a
href="https://status.disqus.com/"
Expand Down
13 changes: 11 additions & 2 deletions frontend/tests/components/__snapshots__/WelcomePanel.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`WelcomePanel renders basic layout 1`] = `
<p
className="about-description"
>
Manage Community
Manage Your Community
</p>
<div
className="welcome-panel-column-container"
Expand Down Expand Up @@ -45,7 +45,7 @@ exports[`WelcomePanel renders basic layout 1`] = `
href="https://foo.disqus.com/admin/settings/access/"
target="_blank"
>
Restricted Words Filter
Restricted Words
</a>
</li>
<li>
Expand Down Expand Up @@ -129,6 +129,15 @@ exports[`WelcomePanel renders basic layout 1`] = `
Advanced
</a>
</li>
<li>
<a
className="welcome-icon dashicons-align-left"
href="https://foo.disqus.com/admin/settings/ads/"
target="_blank"
>
Remove Ads
</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 1a4edd1

Please sign in to comment.