1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: failing test

This commit is contained in:
ivaosthu 2019-03-06 19:36:42 +01:00
parent 0775ea402a
commit 5723601ba8
2 changed files with 45 additions and 3 deletions

View File

@ -107,7 +107,18 @@ exports[`should render DrawerMenu 1`] = `
className="navigation"
>
<a
className="navigationLink mdl-color-text--grey-900"
className="navigationLink mdl-color-text--grey-600"
href="https://unleash.github.io"
target="_blank"
>
<react-mdl-Icon
className="navigationIcon"
name="library_books"
/>
User documentation
</a>
<a
className="navigationLink mdl-color-text--grey-600"
href="https://github.com/Unleash"
target="_blank"
>
@ -145,7 +156,7 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
>
<a
aria-current="page"
className="navigationLink mdl-color-text--grey-600 navigationLink mdl-color-text--black"
className="navigationLink mdl-color-text--grey-600 navigationLink mdl-color-text--black mdl-color--light-blue-50"
href="/features"
onClick={[Function]}
style={Object {}}
@ -228,7 +239,18 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
className="navigation"
>
<a
className="navigationLink mdl-color-text--grey-900"
className="navigationLink mdl-color-text--grey-600"
href="https://unleash.github.io"
target="_blank"
>
<react-mdl-Icon
className="navigationIcon"
name="library_books"
/>
User documentation
</a>
<a
className="navigationLink mdl-color-text--grey-600"
href="https://github.com/Unleash"
target="_blank"
>

View File

@ -71,6 +71,16 @@ exports[`should render DrawerMenu 1`] = `
>
Go
</a>
<a
href="https://github.com/unleash/unleash-client-ruby"
>
Ruby
</a>
<a
href="https://github.com/Unleash/unleash-client-python"
>
Python
</a>
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
</react-mdl-FooterSection>
@ -149,6 +159,16 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
>
Go
</a>
<a
href="https://github.com/unleash/unleash-client-ruby"
>
Ruby
</a>
<a
href="https://github.com/Unleash/unleash-client-python"
>
Python
</a>
</react-mdl-FooterLinkList>
</react-mdl-FooterDropDownSection>
</react-mdl-FooterSection>