mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: failing test
This commit is contained in:
parent
f66883db74
commit
7da10fcdcc
@ -82,7 +82,11 @@ exports[`renders correctly with one feature 1`] = `
|
||||
onChange={[Function]}
|
||||
ripple={true}
|
||||
>
|
||||
Disabled
|
||||
<span
|
||||
className="mdl-cell--hide-phone"
|
||||
>
|
||||
Disabled
|
||||
</span>
|
||||
</react-mdl-Switch>
|
||||
</span>
|
||||
<div>
|
||||
@ -166,7 +170,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
<react-mdl-Tab
|
||||
onClick={[Function]}
|
||||
>
|
||||
Strategies
|
||||
Activation
|
||||
</react-mdl-Tab>
|
||||
<react-mdl-Tab
|
||||
onClick={[Function]}
|
||||
@ -176,12 +180,22 @@ exports[`renders correctly with one feature 1`] = `
|
||||
<react-mdl-Tab
|
||||
onClick={[Function]}
|
||||
>
|
||||
Variants
|
||||
V
|
||||
<span
|
||||
className="mdl-cell--hide-phone"
|
||||
>
|
||||
ariants
|
||||
</span>
|
||||
</react-mdl-Tab>
|
||||
<react-mdl-Tab
|
||||
onClick={[Function]}
|
||||
>
|
||||
History
|
||||
L
|
||||
<span
|
||||
className="mdl-cell--hide-phone"
|
||||
>
|
||||
og
|
||||
</span>
|
||||
</react-mdl-Tab>
|
||||
</react-mdl-Tabs>
|
||||
<UpdateFeatureToggleComponent
|
||||
|
@ -3,11 +3,7 @@
|
||||
exports[`render the create feature page 1`] = `
|
||||
<form>
|
||||
<section
|
||||
style={
|
||||
Object {
|
||||
"padding": "16px",
|
||||
}
|
||||
}
|
||||
className="paddingDesktop"
|
||||
>
|
||||
<StrategiesSection
|
||||
addStrategy={[MockFunction]}
|
||||
|
Loading…
Reference in New Issue
Block a user