Skip to content

Commit

Permalink
test: remove test.fail
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Dec 12, 2024
1 parent 393185c commit 9dcf247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/meteor/tests/e2e/feature-preview.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9dcf247

Please sign in to comment.