Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Experiment: go to room to read messages instead of mark as read
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Sep 1, 2023
1 parent 4580403 commit 1304529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/read-receipts/high-level.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,9 @@ describe("Read receipts", () => {

receiveMessages(room2, ["Msg1"]);
assertUnread(room2, 1);
markAsRead(room2);
goTo(room2);
assertRead(room2);
goTo(room1);

// When an edit appears in the room
receiveMessages(room2, [editOf("Msg1", "Msg1 Edit1")]);
Expand Down

0 comments on commit 1304529

Please sign in to comment.