* fix: stabilize flaky Team filter E2E tests in bookings-list Backport fix from calcom/cal: replace fragile expect.poll().toBe(1) with explicit toBeHidden() wait for filtered-out booking item followed by toHaveCount(1). This prevents race conditions where the DOM hasn't updated yet after the team filter API response returns. Fixes all three Team filter tests: - Team filter shows bookings for direct team event types - Team filter shows bookings for managed event types (child events) - Team filter excludes bookings from other teams Co-Authored-By: romitgabani1 <romitgabani1.work@gmail.com> * fix: adjust direct team event types test assertion In cal.com, the team filter includes personal bookings of team members, so instead of asserting the personal booking is hidden, verify that the team booking is visible and present. The managed event types and cross-team tests correctly use toBeHidden since those filters do exclude the expected items. Co-Authored-By: romitgabani1 <romitgabani1.work@gmail.com> * fix: strengthen direct team event types assertion with filter-active check Add assertion that the teamId filter popover trigger is visible in the UI, proving the filter was applied before checking the team booking is present. This addresses the concern that toBeVisible alone would pass even without the filter being active. Co-Authored-By: romitgabani1 <romitgabani1.work@gmail.com> * chore: remove comments per review feedback Co-Authored-By: romitgabani1 <romitgabani1.work@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>