Skip to content

Commit

Permalink
fix cypress screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosfheratu authored and Dominik Piatek committed Mar 14, 2022
1 parent 4d390b4 commit 2d9111d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
15 changes: 14 additions & 1 deletion cypress/integration/core/footer/__snapshots__/snapshots.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,12 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
class="h-24 pr-24 text-cool-black hover:text-icon-github"
href="https://github.com/ably/"
><svg class=" " style="width: 1.5rem; height: 1.5rem;">
<use xlink:href="#sprite-github"></use></svg
<use xlink:href="#sprite-github"></use></svg></a
><a
class="h-24 pr-24 text-cool-black hover:text-icon-discord"
href="https://discord.com/invite/wPnfgACt"
><svg class=" " style="width: 1.5rem; height: 1.5rem;">
<use xlink:href="#sprite-discord"></use></svg
></a>
<div class="border-l border-mid-grey h-40"></div>
<a
Expand Down Expand Up @@ -581,6 +586,14 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] =
<use xlink:href="#sprite-github"></use>
</svg>
</a>
<a
class="h-24 pr-24 text-cool-black hover:text-icon-discord"
href="https://discord.com/invite/wPnfgACt"
>
<svg class=" " style="width: 1.5rem; height: 1.5rem">
<use xlink:href="#sprite-discord"></use>
</svg>
</a>
<div class="border-l border-mid-grey h-40"></div>
<a
class="flex flex-row pl-24 text-cool-black hover:text-icon-glassdoor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,12 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
class="h-24 pr-24 text-cool-black hover:text-icon-github"
href="https://github.com/ably/"
><svg class=" " style="width: 1.5rem; height: 1.5rem;">
<use xlink:href="#sprite-github"></use></svg
<use xlink:href="#sprite-github"></use></svg></a
><a
class="h-24 pr-24 text-cool-black hover:text-icon-discord"
href="https://discord.com/invite/wPnfgACt"
><svg class=" " style="width: 1.5rem; height: 1.5rem;">
<use xlink:href="#sprite-discord"></use></svg
></a>
<div class="border-l border-mid-grey h-40"></div>
<a
Expand Down

0 comments on commit 2d9111d

Please sign in to comment.