1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

fix: failing test

This commit is contained in:
Ivar Conradi Østhus 2020-09-25 22:12:48 +02:00
parent f66883db74
commit 7da10fcdcc
2 changed files with 19 additions and 9 deletions

View File

@ -82,7 +82,11 @@ exports[`renders correctly with one feature 1`] = `
onChange={[Function]} onChange={[Function]}
ripple={true} ripple={true}
> >
Disabled <span
className="mdl-cell--hide-phone"
>
Disabled
</span>
</react-mdl-Switch> </react-mdl-Switch>
</span> </span>
<div> <div>
@ -166,7 +170,7 @@ exports[`renders correctly with one feature 1`] = `
<react-mdl-Tab <react-mdl-Tab
onClick={[Function]} onClick={[Function]}
> >
Strategies Activation
</react-mdl-Tab> </react-mdl-Tab>
<react-mdl-Tab <react-mdl-Tab
onClick={[Function]} onClick={[Function]}
@ -176,12 +180,22 @@ exports[`renders correctly with one feature 1`] = `
<react-mdl-Tab <react-mdl-Tab
onClick={[Function]} onClick={[Function]}
> >
Variants V
<span
className="mdl-cell--hide-phone"
>
ariants
</span>
</react-mdl-Tab> </react-mdl-Tab>
<react-mdl-Tab <react-mdl-Tab
onClick={[Function]} onClick={[Function]}
> >
History L
<span
className="mdl-cell--hide-phone"
>
og
</span>
</react-mdl-Tab> </react-mdl-Tab>
</react-mdl-Tabs> </react-mdl-Tabs>
<UpdateFeatureToggleComponent <UpdateFeatureToggleComponent

View File

@ -3,11 +3,7 @@
exports[`render the create feature page 1`] = ` exports[`render the create feature page 1`] = `
<form> <form>
<section <section
style={ className="paddingDesktop"
Object {
"padding": "16px",
}
}
> >
<StrategiesSection <StrategiesSection
addStrategy={[MockFunction]} addStrategy={[MockFunction]}