1
0
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:
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]}
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

View File

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