Skip to content

Commit 109ccef

Browse files
committed
new test case for 1:1 DMs becoming multiple DM
1 parent dca3186 commit 109ccef

File tree

1 file changed

+8
-0
lines changed
  • ee/packages/federation-matrix/tests/end-to-end

1 file changed

+8
-0
lines changed

ee/packages/federation-matrix/tests/end-to-end/dms.spec.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ const waitForRoomEvent = async (room: Room, eventType: RoomEmittedEvents, valida
298298
it.todo('should allow a user to add another user to the group DM');
299299
it.todo('should allow a user to leave the group DM');
300300
});
301+
describe('Turning a 1:1 DM into a group DM', () => {
302+
it.todo('should show the invite to the third user');
303+
it.todo('should update the room name to reflect the three users after the third user accepts the invitation');
304+
});
301305
});
302306
describe('Rocket.Chat as the resident server', () => {
303307
describe('Room list name validations', () => {
@@ -322,6 +326,10 @@ const waitForRoomEvent = async (room: Room, eventType: RoomEmittedEvents, valida
322326
});
323327
});
324328
});
329+
describe('Turning a 1:1 DM into a group DM', () => {
330+
it.todo('should show the invite to the third user');
331+
it.todo('should update the room name to reflect the three users after the third user accepts the invitation');
332+
});
325333
});
326334
});
327335
});

0 commit comments

Comments
 (0)