E2E test failure: reports page loads #46
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
reports page loadsE2E test fails on main. 12/13 navigation tests pass, but the reports test fails:The test navigates to
/reportsand expects "Groom Book" text to be visible.CI Run
Possible Causes
Fixed by PR #47 (merged to main). The
navigation.spec.tsbeforeEachmock now returns properly shaped responses for all five/api/reports/*endpoints instead of bare[].