mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: tests
This commit is contained in:
parent
5844c488f3
commit
3ecdab8583
@ -114,6 +114,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
</react-mdl-MenuItem>
|
||||
<react-mdl-MenuItem
|
||||
data-target="stale"
|
||||
disabled={false}
|
||||
>
|
||||
Mark toggle as Stale
|
||||
</react-mdl-MenuItem>
|
||||
@ -190,6 +191,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
"description": "another's description",
|
||||
"enabled": false,
|
||||
"name": "Another",
|
||||
"stale": false,
|
||||
"strategies": Array [
|
||||
Object {
|
||||
"name": "gradualRolloutRandom",
|
||||
@ -208,6 +210,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
"description": "another's description",
|
||||
"enabled": false,
|
||||
"name": "Another",
|
||||
"stale": false,
|
||||
"strategies": Array [
|
||||
Object {
|
||||
"name": "gradualRolloutRandom",
|
||||
|
@ -12,6 +12,7 @@ test('renders correctly with one feature', () => {
|
||||
name: 'Another',
|
||||
description: "another's description",
|
||||
enabled: false,
|
||||
stale: false,
|
||||
strategies: [
|
||||
{
|
||||
name: 'gradualRolloutRandom',
|
||||
@ -46,6 +47,7 @@ test('renders correctly with one feature without permission', () => {
|
||||
name: 'Another',
|
||||
description: "another's description",
|
||||
enabled: false,
|
||||
stale: false,
|
||||
strategies: [
|
||||
{
|
||||
name: 'gradualRolloutRandom',
|
||||
|
@ -17,6 +17,7 @@ test('renders correctly with one feature', () => {
|
||||
name: 'Another',
|
||||
description: "another's description",
|
||||
enabled: false,
|
||||
stale: false,
|
||||
type: 'release',
|
||||
strategies: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user