[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Fix flaky e2e test

Grace Kind (Jul 21, 2026, 2:54 PM -0500) a448c919 e063578a

+1
+1
tests/e2e/specs/flows/deletePost.test.js
··· 151 151 const confirmButton = page.locator("button.confirm-button"); 152 152 await expect(confirmButton).toBeVisible({ timeout: 5000 }); 153 153 await confirmButton.click(); 154 + await expect(feedItem).toHaveCount(0, { timeout: 10000 }); 154 155 155 156 // Notification should now be hidden because the post is a notFoundPost 156 157 await page.goto("/notifications");