mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: failing test
This commit is contained in:
parent
0775ea402a
commit
5723601ba8
@ -107,7 +107,18 @@ exports[`should render DrawerMenu 1`] = `
|
|||||||
className="navigation"
|
className="navigation"
|
||||||
>
|
>
|
||||||
<a
|
<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"
|
href="https://github.com/Unleash"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
@ -145,7 +156,7 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
aria-current="page"
|
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"
|
href="/features"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
style={Object {}}
|
style={Object {}}
|
||||||
@ -228,7 +239,18 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
className="navigation"
|
className="navigation"
|
||||||
>
|
>
|
||||||
<a
|
<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"
|
href="https://github.com/Unleash"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -71,6 +71,16 @@ exports[`should render DrawerMenu 1`] = `
|
|||||||
>
|
>
|
||||||
Go
|
Go
|
||||||
</a>
|
</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-FooterLinkList>
|
||||||
</react-mdl-FooterDropDownSection>
|
</react-mdl-FooterDropDownSection>
|
||||||
</react-mdl-FooterSection>
|
</react-mdl-FooterSection>
|
||||||
@ -149,6 +159,16 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
>
|
>
|
||||||
Go
|
Go
|
||||||
</a>
|
</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-FooterLinkList>
|
||||||
</react-mdl-FooterDropDownSection>
|
</react-mdl-FooterDropDownSection>
|
||||||
</react-mdl-FooterSection>
|
</react-mdl-FooterSection>
|
||||||
|
Loading…
Reference in New Issue
Block a user