5e77e34439
* users not joining org/team * fix: address Cubic AI review feedback for E2E tests - Replace waitForURL with expect(page).toHaveURL() for fail-fast URL checks - Replace Prisma include with select to fetch only needed fields Both issues had confidence score 9/10 from Cubic AI review. Co-Authored-By: unknown <> * fix: add select to Prisma query in getServerSideProps Address Cubic AI review feedback - use select to fetch only the id field instead of retrieving all user columns, following project guidelines to avoid over-fetching and exposing sensitive data. Co-Authored-By: unknown <> * refactor: remove comments from newly added E2E tests Clean up the E2E tests by removing unnecessary comments as requested. Co-Authored-By: unknown <> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>