mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +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-Button
|
||||
className=" dropdownButton"
|
||||
className="dropdownButton"
|
||||
id="metric"
|
||||
title="Metric interval"
|
||||
>
|
||||
@ -115,7 +115,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
</react-mdl-MenuItem>
|
||||
</react-mdl-Menu>
|
||||
<react-mdl-Button
|
||||
className=" dropdownButton"
|
||||
className="dropdownButton"
|
||||
id="sorting"
|
||||
title="Sort by"
|
||||
>
|
||||
@ -257,7 +257,7 @@ exports[`renders correctly with one feature without permissions 1`] = `
|
||||
>
|
||||
<react-mdl-CardActions>
|
||||
<react-mdl-Button
|
||||
className=" dropdownButton"
|
||||
className="dropdownButton"
|
||||
id="metric"
|
||||
title="Metric interval"
|
||||
>
|
||||
@ -317,7 +317,7 @@ exports[`renders correctly with one feature without permissions 1`] = `
|
||||
</react-mdl-MenuItem>
|
||||
</react-mdl-Menu>
|
||||
<react-mdl-Button
|
||||
className=" dropdownButton"
|
||||
className="dropdownButton"
|
||||
id="sorting"
|
||||
title="Sort by"
|
||||
>
|
||||
|
@ -105,7 +105,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
/>
|
||||
<span>
|
||||
<react-mdl-Button
|
||||
className="mdl-button dropdownButton"
|
||||
className="mdl-button"
|
||||
id="update_status"
|
||||
>
|
||||
Status
|
||||
|
Loading…
Reference in New Issue
Block a user