Fix Admin control to disable workspace creation for non-admin users (#14895)
fix #13460 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ describe('roles permissions', () => {
|
||||
|
||||
expect(resp.status).toBe(200);
|
||||
expect(resp.body.errors).toBeUndefined();
|
||||
expect(resp.body.data.getRoles).toHaveLength(5);
|
||||
expect(resp.body.data.getRoles).toHaveLength(7);
|
||||
|
||||
const roles = resp.body.data.getRoles;
|
||||
const guestRole = roles.find((role: any) => role.label === 'Guest');
|
||||
|
||||
Reference in New Issue
Block a user