From 9dcf2473d2aafc454504d7a440cbb0e37338e094 Mon Sep 17 00:00:00 2001 From: juliajforesti Date: Thu, 12 Dec 2024 16:52:50 -0300 Subject: [PATCH] test: remove `test.fail` --- apps/meteor/tests/e2e/feature-preview.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/meteor/tests/e2e/feature-preview.spec.ts b/apps/meteor/tests/e2e/feature-preview.spec.ts index cc48b4271777..35943cf070aa 100644 --- a/apps/meteor/tests/e2e/feature-preview.spec.ts +++ b/apps/meteor/tests/e2e/feature-preview.spec.ts @@ -281,8 +281,7 @@ test.describe.serial('feature preview', () => { await expect(poHomeChannel.sidepanel.getItemByName(targetChannel)).toBeVisible(); }); - // remove .fail after fix - test.fail('should sort by last message even if unread message is inside thread', async ({ page, browser }) => { + test('should sort by last message even if unread message is inside thread', async ({ page, browser }) => { const user1Page = await browser.newPage({ storageState: Users.user1.state }); const user1Channel = new HomeChannel(user1Page);