Skip to content

Commit

Permalink
Update test snapshots after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
aappoalander committed Nov 18, 2019
1 parent 1b989b4 commit 49c89d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ exports[`calling render with the same component on the same container does not r
Test expansion
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c5"
class="fi-panel-expansion_title-icon c6"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
Expand Down
6 changes: 3 additions & 3 deletions src/core/theme/__snapshots__/tokens.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ exports[`snapshot testing 1`] = `
Test expansion 1
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c8"
class="fi-panel-expansion_title-icon c9"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
Expand Down Expand Up @@ -432,7 +432,7 @@ exports[`snapshot testing 1`] = `
Test expansion 2
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c8"
class="fi-panel-expansion_title-icon c9"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
Expand Down Expand Up @@ -465,7 +465,7 @@ exports[`snapshot testing 1`] = `
Test expansion 3
<svg
aria-hidden="true"
class="fi-panel-expansion_title-icon c8"
class="fi-panel-expansion_title-icon c9"
fill="hsl(212, 63%, 45%)"
focusable="false"
height="1em"
Expand Down

0 comments on commit 49c89d7

Please sign in to comment.