Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/livechat/07-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('LIVECHAT - Queue', () => {
});

it('should increase chats when a new room for same department is created', async () => {
const newVisitor = await createVisitor();
const newVisitor = await createVisitor(deptd1._id);
const newRoom = await createLivechatRoom(newVisitor.token);

roomsToClose.push(newRoom);
Expand Down
Loading