mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: tests
This commit is contained in:
parent
726b707a99
commit
b9585b352d
@ -55,7 +55,7 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
>
|
>
|
||||||
<react-mdl-CardActions>
|
<react-mdl-CardActions>
|
||||||
<react-mdl-Button
|
<react-mdl-Button
|
||||||
className=" dropdownButton"
|
className="dropdownButton"
|
||||||
id="metric"
|
id="metric"
|
||||||
title="Metric interval"
|
title="Metric interval"
|
||||||
>
|
>
|
||||||
@ -115,7 +115,7 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
</react-mdl-MenuItem>
|
</react-mdl-MenuItem>
|
||||||
</react-mdl-Menu>
|
</react-mdl-Menu>
|
||||||
<react-mdl-Button
|
<react-mdl-Button
|
||||||
className=" dropdownButton"
|
className="dropdownButton"
|
||||||
id="sorting"
|
id="sorting"
|
||||||
title="Sort by"
|
title="Sort by"
|
||||||
>
|
>
|
||||||
@ -257,7 +257,7 @@ exports[`renders correctly with one feature without permissions 1`] = `
|
|||||||
>
|
>
|
||||||
<react-mdl-CardActions>
|
<react-mdl-CardActions>
|
||||||
<react-mdl-Button
|
<react-mdl-Button
|
||||||
className=" dropdownButton"
|
className="dropdownButton"
|
||||||
id="metric"
|
id="metric"
|
||||||
title="Metric interval"
|
title="Metric interval"
|
||||||
>
|
>
|
||||||
@ -317,7 +317,7 @@ exports[`renders correctly with one feature without permissions 1`] = `
|
|||||||
</react-mdl-MenuItem>
|
</react-mdl-MenuItem>
|
||||||
</react-mdl-Menu>
|
</react-mdl-Menu>
|
||||||
<react-mdl-Button
|
<react-mdl-Button
|
||||||
className=" dropdownButton"
|
className="dropdownButton"
|
||||||
id="sorting"
|
id="sorting"
|
||||||
title="Sort by"
|
title="Sort by"
|
||||||
>
|
>
|
||||||
|
@ -105,7 +105,7 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
/>
|
/>
|
||||||
<span>
|
<span>
|
||||||
<react-mdl-Button
|
<react-mdl-Button
|
||||||
className="mdl-button dropdownButton"
|
className="mdl-button"
|
||||||
id="update_status"
|
id="update_status"
|
||||||
>
|
>
|
||||||
Status
|
Status
|
||||||
|
Loading…
Reference in New Issue
Block a user