test(ee): cleanup test title

This commit is contained in:
Jamie Howard 2023-08-23 15:01:06 +01:00
parent e54d29d7e6
commit d7602808a9

View File

@ -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,