The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/tests/data/role.js

5 lines
320 B

export const roleNameUsers = `role-name-test-users-${ Date.now() }`;
export const roleNameSubscriptions = `role-name-test-subscriptions-${ Date.now() }`;
export const roleScopeUsers = 'Users';
export const roleScopeSubscriptions = 'Subscriptions';
export const roleDescription = `role-description-test-${ Date.now() }`;