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:
parent
f66883db74
commit
7da10fcdcc
@ -81,8 +81,12 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
ripple={true}
|
ripple={true}
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
className="mdl-cell--hide-phone"
|
||||||
>
|
>
|
||||||
Disabled
|
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
|
||||||
|
@ -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]}
|
||||||
|
Loading…
Reference in New Issue
Block a user