mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge branch 'develop' into andybalaam/disable-edit-restart-on-rust
This commit is contained in:
commit
0102f7aa33
1 changed files with 4 additions and 0 deletions
|
@ -263,6 +263,10 @@ describe("Read receipts", () => {
|
||||||
assertReadThread("Root3");
|
assertReadThread("Root3");
|
||||||
});
|
});
|
||||||
it("Paging up to find old threads that were never read keeps the room unread", () => {
|
it("Paging up to find old threads that were never read keeps the room unread", () => {
|
||||||
|
// Flaky with rust crypto
|
||||||
|
// See https://github.com/vector-im/element-web/issues/26539
|
||||||
|
skipIfRustCrypto();
|
||||||
|
|
||||||
// Given lots of messages in threads that are unread
|
// Given lots of messages in threads that are unread
|
||||||
goTo(room1);
|
goTo(room1);
|
||||||
receiveMessages(room2, [
|
receiveMessages(room2, [
|
||||||
|
|
Loading…
Reference in a new issue