···151151 const confirmButton = page.locator("button.confirm-button");
152152 await expect(confirmButton).toBeVisible({ timeout: 5000 });
153153 await confirmButton.click();
154154+ await expect(feedItem).toHaveCount(0, { timeout: 10000 });
154155155156 // Notification should now be hidden because the post is a notFoundPost
156157 await page.goto("/notifications");