forked from AkkomaGang/admin-fe
Add required prop showCheckbox in tests for Status component
This commit is contained in:
parent
cf9b0c5688
commit
c65ddfde6c
1 changed files with 10 additions and 5 deletions
|
@ -33,7 +33,8 @@ describe('Status in reports', () => {
|
||||||
status,
|
status,
|
||||||
page: 1,
|
page: 1,
|
||||||
userId: '7',
|
userId: '7',
|
||||||
godmode: false
|
godmode: false,
|
||||||
|
showCheckbox: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
await flushPromises()
|
await flushPromises()
|
||||||
|
@ -58,7 +59,8 @@ describe('Status in reports', () => {
|
||||||
status,
|
status,
|
||||||
page: 1,
|
page: 1,
|
||||||
userId: '7',
|
userId: '7',
|
||||||
godmode: false
|
godmode: false,
|
||||||
|
showCheckbox: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
await flushPromises()
|
await flushPromises()
|
||||||
|
@ -83,7 +85,8 @@ describe('Status in reports', () => {
|
||||||
status,
|
status,
|
||||||
page: 1,
|
page: 1,
|
||||||
userId: '7',
|
userId: '7',
|
||||||
godmode: false
|
godmode: false,
|
||||||
|
showCheckbox: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
await flushPromises()
|
await flushPromises()
|
||||||
|
@ -108,7 +111,8 @@ describe('Status in reports', () => {
|
||||||
status,
|
status,
|
||||||
page: 1,
|
page: 1,
|
||||||
userId: '7',
|
userId: '7',
|
||||||
godmode: false
|
godmode: false,
|
||||||
|
showCheckbox: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
await flushPromises()
|
await flushPromises()
|
||||||
|
@ -133,7 +137,8 @@ describe('Status in reports', () => {
|
||||||
status,
|
status,
|
||||||
page: 1,
|
page: 1,
|
||||||
userId: '7',
|
userId: '7',
|
||||||
godmode: false
|
godmode: false,
|
||||||
|
showCheckbox: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
await flushPromises()
|
await flushPromises()
|
||||||
|
|
Loading…
Reference in a new issue