Skip to content

Commit

Permalink
chore(test): fix broken SignIn test
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Sep 5, 2024
1 parent 195449c commit 69c57d3
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,24 @@ exports[`SignIn should match the snapshot 1`] = `
type="button"
>
<svg
width="16"
aria-hidden="true"
class="oxygen-icon oxygen-icon-eye"
fill="currentColor"
focusable="false"
height="16"
role="img"
style="display: inline-block; overflow: visible; user-select: none; vertical-align: text-bottom;"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
width="16"
>
<path
d="M1.02195 8.55061C0.84797 8.32901 0.708774 8.14057 0.608079 8C0.708774 7.85943 0.84797 7.67099 1.02195 7.44939C1.41614 6.94731 1.98568 6.27909 2.68748 5.61254C4.11016 4.26131 5.98916 3 8 3C10.0108 3 11.8898 4.26131 13.3125 5.61254C14.0143 6.27909 14.5839 6.94731 14.978 7.44939C15.152 7.67099 15.2912 7.85943 15.3919 8C15.2912 8.14057 15.152 8.32901 14.978 8.55061C14.5839 9.05269 14.0143 9.72091 13.3125 10.3875C11.8898 11.7387 10.0108 13 8 13C5.98916 13 4.11016 11.7387 2.68748 10.3875C1.98568 9.72091 1.41614 9.05269 1.02195 8.55061Z"
fill=""
stroke="black"
/>
<path
d="M10.5 8C10.5 6.61929 9.38071 5.5 8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5"
fill=""
stroke="black"
stroke-linecap="round"
/>
Expand Down

0 comments on commit 69c57d3

Please sign in to comment.