Enable skipped tests in high-level.spec.ts
(#12017)
This commit is contained in:
parent
f848d99f2d
commit
f9b50938de
1 changed files with 3 additions and 6 deletions
|
@ -157,8 +157,7 @@ test.describe("Read receipts", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test.describe("Paging up", () => {
|
test.describe("Paging up", () => {
|
||||||
// XXX: Fails because flaky test https://github.com/vector-im/element-web/issues/26437
|
test("Paging up through old messages after a room is read leaves the room read", async ({
|
||||||
test.skip("Paging up through old messages after a room is read leaves the room read", async ({
|
|
||||||
page,
|
page,
|
||||||
roomAlpha: room1,
|
roomAlpha: room1,
|
||||||
roomBeta: room2,
|
roomBeta: room2,
|
||||||
|
@ -297,8 +296,7 @@ test.describe("Read receipts", () => {
|
||||||
await util.assertUnreadThread("Root2");
|
await util.assertUnreadThread("Root2");
|
||||||
await util.assertUnreadThread("Root3");
|
await util.assertUnreadThread("Root3");
|
||||||
});
|
});
|
||||||
// XXX: fails because flaky: https://github.com/vector-im/element-web/issues/26331
|
test("Looking in thread view to find old threads that were never read makes the room unread", async ({
|
||||||
test.skip("Looking in thread view to find old threads that were never read makes the room unread", async ({
|
|
||||||
roomAlpha: room1,
|
roomAlpha: room1,
|
||||||
roomBeta: room2,
|
roomBeta: room2,
|
||||||
util,
|
util,
|
||||||
|
@ -385,8 +383,7 @@ test.describe("Read receipts", () => {
|
||||||
await util.assertReadThread("Root2");
|
await util.assertReadThread("Root2");
|
||||||
await util.assertReadThread("Root3");
|
await util.assertReadThread("Root3");
|
||||||
});
|
});
|
||||||
// XXX: fails because we see a dot instead of an unread number - probably the server and client disagree
|
test("After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read", async ({
|
||||||
test.skip("After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read", async ({
|
|
||||||
roomAlpha: room1,
|
roomAlpha: room1,
|
||||||
roomBeta: room2,
|
roomBeta: room2,
|
||||||
util,
|
util,
|
||||||
|
|
Loading…
Reference in a new issue