Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Jan 25, 2024
1 parent eedec83 commit cb9eb69
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000/"
href="http://localhost:18000"
>
<img
alt="alt text"
Expand Down Expand Up @@ -63,6 +63,13 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
Honor Code
</a>
</li>
<li>
<a
href="http://localhost:18000/contact"
>
Contact Us
</a>
</li>
<li>
<a
href="https://www.edx.org/accessibility"
Expand Down Expand Up @@ -137,7 +144,7 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000/"
href="http://localhost:18000"
>
<img
alt="alt text"
Expand Down Expand Up @@ -189,6 +196,13 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
Honor Code
</a>
</li>
<li>
<a
href="http://localhost:18000/contact"
>
Contact Us
</a>
</li>
<li>
<a
href="https://www.edx.org/accessibility"
Expand Down Expand Up @@ -224,7 +238,7 @@ exports[`<Footer /> renders correctly renders without a language selector in es
<a
aria-label="edX Home"
className="d-block"
href="http://localhost:18000/"
href="http://localhost:18000"
>
<img
alt="alt text"
Expand Down Expand Up @@ -276,6 +290,13 @@ exports[`<Footer /> renders correctly renders without a language selector in es
Honor Code
</a>
</li>
<li>
<a
href="http://localhost:18000/contact"
>
Contact Us
</a>
</li>
<li>
<a
href="https://www.edx.org/accessibility"
Expand Down

0 comments on commit cb9eb69

Please sign in to comment.