Skip to content

Commit

Permalink
update snapshot for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin committed Feb 15, 2024
1 parent e97d9c5 commit bb71498
Showing 1 changed file with 22 additions and 36 deletions.
58 changes: 22 additions & 36 deletions src/app/__snapshots__/app.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -304,25 +304,18 @@ exports[`App tests should render default App component 1`] = `
/>
<span
class="pf-v5-c-switch__toggle"
/>
<span
aria-hidden="true"
class="pf-v5-c-switch__label pf-m-on"
>
<div
aria-hidden="true"
class="pf-v5-c-switch__toggle-icon"
>
<svg
aria-hidden="true"
class="pf-v5-svg"
fill="currentColor"
height="1em"
role="img"
viewBox="0 0 512 512"
width="1em"
>
<path
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
/>
</svg>
</div>
Dark theme
</span>
<span
aria-hidden="true"
class="pf-v5-c-switch__label pf-m-off"
>
Dark theme
</span>
</label>
<label
Expand All @@ -340,25 +333,18 @@ exports[`App tests should render default App component 1`] = `
/>
<span
class="pf-v5-c-switch__toggle"
/>
<span
aria-hidden="true"
class="pf-v5-c-switch__label pf-m-on"
>
<div
aria-hidden="true"
class="pf-v5-c-switch__toggle-icon"
>
<svg
aria-hidden="true"
class="pf-v5-svg"
fill="currentColor"
height="1em"
role="img"
viewBox="0 0 512 512"
width="1em"
>
<path
d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
/>
</svg>
</div>
RTL
</span>
<span
aria-hidden="true"
class="pf-v5-c-switch__label pf-m-off"
>
RTL
</span>
</label>
</div>
Expand Down

0 comments on commit bb71498

Please sign in to comment.