mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
test(ee): cleanup test title
This commit is contained in:
parent
e54d29d7e6
commit
d7602808a9
@ -634,7 +634,7 @@ describeOnCondition(edition === 'EE')('Review workflows', () => {
|
||||
expect(res.status).toBe(403);
|
||||
});
|
||||
|
||||
test('It should return forbidden for a user who does not have permissions to read review workflows', async () => {
|
||||
test('It should return an empty list when a user does not have the permission to transition the current stage', async () => {
|
||||
const permission = {
|
||||
action: 'admin::review-workflows.read',
|
||||
fields: null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user