mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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([
|
||||
{
|
||||
__temp_key__: 3,
|
||||
color: '#4945ff',
|
||||
name: 'something',
|
||||
},
|
||||
]),
|
||||
@ -268,6 +269,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
|
||||
stages: expect.arrayContaining([
|
||||
{
|
||||
__temp_key__: 0,
|
||||
color: expect.any(String),
|
||||
name: 'something',
|
||||
},
|
||||
]),
|
||||
@ -317,6 +319,7 @@ describe('Admin | Settings | Review Workflows | reducer', () => {
|
||||
stages: expect.arrayContaining([
|
||||
{
|
||||
__temp_key__: 4,
|
||||
color: expect.any(String),
|
||||
name: 'something',
|
||||
},
|
||||
]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user