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

Commit

Permalink
Enable skipped test in editing-messages.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Dec 5, 2023
1 parent b691be3 commit ec578a8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions playwright/e2e/read-receipts/editing-messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ test.describe("Read receipts", () => {
// Then it is read
await util.assertRead(room2);
});
// XXX: flaky
test.skip("Editing a thread message after marking as read leaves the room read", async ({
test("Editing a thread message after marking as read leaves the room read", async ({
roomAlpha: room1,
roomBeta: room2,
util,
Expand All @@ -269,8 +268,7 @@ test.describe("Read receipts", () => {
// Then the room remains read
await util.assertStillRead(room2);
});
// XXX: flaky
test.skip("A room with an edited threaded message is still read after restart", async ({
test("A room with an edited threaded message is still read after restart", async ({
roomAlpha: room1,
roomBeta: room2,
util,
Expand Down Expand Up @@ -337,8 +335,7 @@ test.describe("Read receipts", () => {
});

test.describe("thread roots", () => {
// XXX: flaky
test.skip("An edit of a thread root leaves the room read", async ({
test("An edit of a thread root leaves the room read", async ({
roomAlpha: room1,
roomBeta: room2,
util,
Expand Down Expand Up @@ -435,8 +432,7 @@ test.describe("Read receipts", () => {
await util.goTo(room1);
await util.assertStillRead(room2);
});
// XXX: flaky
test.skip("Editing a thread root that is a reply after marking as read leaves the room read", async ({
test("Editing a thread root that is a reply after marking as read leaves the room read", async ({
roomAlpha: room1,
roomBeta: room2,
util,
Expand Down

0 comments on commit ec578a8

Please sign in to comment.