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/user.js

35 lines
1.0 KiB

export const username = `user.test.${ Date.now() }`;
export const email = `${ username }@rocket.chat`;
export const password = 'rocket.chat';
export const reason = 'rocket.chat.reason';
export const adminUsername = 'rocketchat.internal.admin.test';
export const adminEmail = `${ adminUsername }@rocket.chat`;
export const adminPassword = adminUsername;
export const preferences = {
data: {
newRoomNotification: 'door',
newMessageNotification: 'chime',
muteFocusedConversations: true,
clockMode: 0,
useEmojis: true,
convertAsciiEmoji: true,
saveMobileBandwidth: true,
collapseMediaByDefault: false,
autoImageLoad: true,
emailNotificationMode: 'mentions',
unreadAlert: true,
notificationsSoundVolume: 100,
desktopNotifications: 'default',
mobileNotifications: 'default',
enableAutoAway: true,
highlights: [],
desktopNotificationDuration: 0,
messageViewMode: 0,
hideUsernames: false,
hideRoles: false,
hideAvatars: false,
hideFlexTab: false,
sendOnEnter: 'normal',
roomCounterSidebar: false,
},
};