mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 22:59:14 +00:00
Chore: Update reducer tests
This commit is contained in:
parent
19855acfa4
commit
2c6624f64f
@ -236,6 +236,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
|
|||||||
stages: expect.arrayContaining([
|
stages: expect.arrayContaining([
|
||||||
{
|
{
|
||||||
__temp_key__: 3,
|
__temp_key__: 3,
|
||||||
|
color: '#4945ff',
|
||||||
name: 'something',
|
name: 'something',
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
@ -268,6 +269,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
|
|||||||
stages: expect.arrayContaining([
|
stages: expect.arrayContaining([
|
||||||
{
|
{
|
||||||
__temp_key__: 0,
|
__temp_key__: 0,
|
||||||
|
color: expect.any(String),
|
||||||
name: 'something',
|
name: 'something',
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
@ -317,6 +319,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
|
|||||||
stages: expect.arrayContaining([
|
stages: expect.arrayContaining([
|
||||||
{
|
{
|
||||||
__temp_key__: 4,
|
__temp_key__: 4,
|
||||||
|
color: expect.any(String),
|
||||||
name: 'something',
|
name: 'something',
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user