Skip to content

Commit

Permalink
test(footer): fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghauhive committed Nov 1, 2024
1 parent e229a6d commit da61114
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/footer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ describe("footer", () => {
<slot name="footer-link"></slot>
</section>
<section class="footer-bottom" part="footer-bottom">
<ul
class="social-media"
style="display: none;"
>
<slot name="footer-social-media"></slot>
</ul>
<div class="footer-mandatory-links">
<ul>
<li><a href="#">Contact</a></li>
Expand Down

0 comments on commit da61114

Please sign in to comment.