E2E: Team Members page tests failing - API integration needs test data #22

Closed
opened 2026-02-19 02:52:44 +00:00 by santhoshj · 0 comments
Owner

Problem

The Team Members E2E tests are failing because the page now uses the real API which requires authentication and seed data.

Failing Tests (4)

  • Team Members Page - search filters team members (chromium/firefox)
  • Team Members Page - status filter works (chromium/firefox)

Error

Element not found: table tbody tr

Solution

Add team member seed data to test setup or mock API responses.

Files

  • frontend/tests/e2e/team-members.spec.ts
  • frontend/src/routes/team-members/+page.svelte
## Problem The Team Members E2E tests are failing because the page now uses the real API which requires authentication and seed data. ## Failing Tests (4) - Team Members Page - search filters team members (chromium/firefox) - Team Members Page - status filter works (chromium/firefox) ## Error Element not found: table tbody tr ## Solution Add team member seed data to test setup or mock API responses. ## Files - frontend/tests/e2e/team-members.spec.ts - frontend/src/routes/team-members/+page.svelte
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: santhoshj/headroom#22