Skip to content

Commit

Permalink
Test fixes after rebase to master
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Nov 23, 2017
1 parent cfe802d commit 522c410
Showing 1 changed file with 62 additions and 20 deletions.
82 changes: 62 additions & 20 deletions src/components/side_nav/__snapshots__/side_nav.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,20 @@ exports[`EuiSideNav items is rendered 1`] = `
<svg
aria-hidden="true"
class="euiIcon euiSideNav__mobileIcon euiIcon--medium"
height="16"
viewBox="0 0 16 16"
width="16"
xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
apps icon
</title>
<defs>
<path
d="M2 4V2h2v2H2zm5 0V2h2v2H7zm5 0V2h2v2h-2zM2 9V7h2v2H2zm5 0V7h2v2H7zm5 0V7h2v2h-2zM2 14v-2h2v2H2zm5 0v-2h2v2H7zm5 0v-2h2v2h-2z"
id="apps-a"
/>
</defs>
<use
href="#apps"
href="#apps-a"
/>
</svg>
</span>
Expand Down Expand Up @@ -207,12 +215,21 @@ exports[`EuiSideNav items is rendered 1`] = `
</span>
<svg
class="euiIcon euiIcon--medium"
height="16"
viewBox="0 0 16 16"
width="16"
xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
arrow down icon
</title>
<defs>
<path
d="M13.069 5.157L8.384 9.768a.546.546 0 0 1-.768 0L2.93 5.158a.552.552 0 0 0-.771 0 .53.53 0 0 0 0 .759l4.684 4.61c.641.631 1.672.63 2.312 0l4.684-4.61a.53.53 0 0 0 0-.76.552.552 0 0 0-.771 0z"
id="arrow_down-a"
/>
</defs>
<use
href="#arrow_down"
fill-rule="nonzero"
href="#arrow_down-a"
/>
</svg>
</span>
Expand Down Expand Up @@ -241,12 +258,20 @@ exports[`EuiSideNav items renders items with are links 1`] = `
<svg
aria-hidden="true"
class="euiIcon euiSideNav__mobileIcon euiIcon--medium"
height="16"
viewBox="0 0 16 16"
width="16"
xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
apps icon
</title>
<defs>
<path
d="M2 4V2h2v2H2zm5 0V2h2v2H7zm5 0V2h2v2h-2zM2 9V7h2v2H2zm5 0V7h2v2H7zm5 0V7h2v2h-2zM2 14v-2h2v2H2zm5 0v-2h2v2H7zm5 0v-2h2v2h-2z"
id="apps-a"
/>
</defs>
<use
href="#apps"
href="#apps-a"
/>
</svg>
</span>
Expand Down Expand Up @@ -307,12 +332,21 @@ exports[`EuiSideNav items renders items with are links 1`] = `
</span>
<svg
class="euiIcon euiIcon--medium"
height="16"
viewBox="0 0 16 16"
width="16"
xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
arrow down icon
</title>
<defs>
<path
d="M13.069 5.157L8.384 9.768a.546.546 0 0 1-.768 0L2.93 5.158a.552.552 0 0 0-.771 0 .53.53 0 0 0 0 .759l4.684 4.61c.641.631 1.672.63 2.312 0l4.684-4.61a.53.53 0 0 0 0-.76.552.552 0 0 0-.771 0z"
id="arrow_down-a"
/>
</defs>
<use
href="#arrow_down"
fill-rule="nonzero"
href="#arrow_down-a"
/>
</svg>
</span>
Expand Down Expand Up @@ -341,12 +375,20 @@ exports[`EuiSideNav items renders selected item and automatically opens parent i
<svg
aria-hidden="true"
class="euiIcon euiSideNav__mobileIcon euiIcon--medium"
height="16"
viewBox="0 0 16 16"
width="16"
xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
apps icon
</title>
<defs>
<path
d="M2 4V2h2v2H2zm5 0V2h2v2H7zm5 0V2h2v2h-2zM2 9V7h2v2H2zm5 0V7h2v2H7zm5 0V7h2v2h-2zM2 14v-2h2v2H2zm5 0v-2h2v2H7zm5 0v-2h2v2h-2z"
id="apps-a"
/>
</defs>
<use
href="#apps"
href="#apps-a"
/>
</svg>
</span>
Expand Down

0 comments on commit 522c410

Please sign in to comment.