E2E: Team Members page tests failing - API integration needs test data #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
Error
Element not found: table tbody tr
Solution
Add team member seed data to test setup or mock API responses.
Files