mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +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>
|
||||||
<react-mdl-MenuItem
|
<react-mdl-MenuItem
|
||||||
data-target="stale"
|
data-target="stale"
|
||||||
|
disabled={false}
|
||||||
>
|
>
|
||||||
Mark toggle as Stale
|
Mark toggle as Stale
|
||||||
</react-mdl-MenuItem>
|
</react-mdl-MenuItem>
|
||||||
@ -190,6 +191,7 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
"description": "another's description",
|
"description": "another's description",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"name": "Another",
|
"name": "Another",
|
||||||
|
"stale": false,
|
||||||
"strategies": Array [
|
"strategies": Array [
|
||||||
Object {
|
Object {
|
||||||
"name": "gradualRolloutRandom",
|
"name": "gradualRolloutRandom",
|
||||||
@ -208,6 +210,7 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
"description": "another's description",
|
"description": "another's description",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"name": "Another",
|
"name": "Another",
|
||||||
|
"stale": false,
|
||||||
"strategies": Array [
|
"strategies": Array [
|
||||||
Object {
|
Object {
|
||||||
"name": "gradualRolloutRandom",
|
"name": "gradualRolloutRandom",
|
||||||
|
@ -12,6 +12,7 @@ test('renders correctly with one feature', () => {
|
|||||||
name: 'Another',
|
name: 'Another',
|
||||||
description: "another's description",
|
description: "another's description",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
stale: false,
|
||||||
strategies: [
|
strategies: [
|
||||||
{
|
{
|
||||||
name: 'gradualRolloutRandom',
|
name: 'gradualRolloutRandom',
|
||||||
@ -46,6 +47,7 @@ test('renders correctly with one feature without permission', () => {
|
|||||||
name: 'Another',
|
name: 'Another',
|
||||||
description: "another's description",
|
description: "another's description",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
stale: false,
|
||||||
strategies: [
|
strategies: [
|
||||||
{
|
{
|
||||||
name: 'gradualRolloutRandom',
|
name: 'gradualRolloutRandom',
|
||||||
|
@ -17,6 +17,7 @@ test('renders correctly with one feature', () => {
|
|||||||
name: 'Another',
|
name: 'Another',
|
||||||
description: "another's description",
|
description: "another's description",
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
stale: false,
|
||||||
type: 'release',
|
type: 'release',
|
||||||
strategies: [
|
strategies: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user