Skip to content

Commit

Permalink
test: update test, fewer messages are displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Feb 11, 2025
1 parent 31a1337 commit 0dcb15e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ test.describe("Read receipts", { tag: "@mergequeue" }, () => {
await util.openThread("ThreadRoot");

// Then the thread root is marked as read in the main timeline,
// 30 remaining messages are unread - 7 messages are displayed under the thread root
await util.assertUnread(room2, 30 - 7);
// 30 remaining messages are unread - 6 messages are displayed under the thread root
await util.assertUnread(room2, 30 - 6);
});

test("Creating a new thread based on a reply makes the room unread", async ({
Expand Down

0 comments on commit 0dcb15e

Please sign in to comment.