arbret/frontend/app
counterweight 89eec1e9c4
Fix flaky E2E tests with proper selectors and response waits
- Use data-testid attributes to target specific day cards in availability tests
- Wait for networkidle before interacting with page elements
- Set up PUT and GET response listeners before triggering actions
- Add retry logic for availability API in booking tests
- Fix appointments test to handle multiple 'Booked' elements with .first()
- Increase parallel workers to 12 for faster test execution
2025-12-21 01:13:10 +01:00
..
admin Fix flaky E2E tests with proper selectors and response waits 2025-12-21 01:13:10 +01:00
appointments Phase 5: User appointments view and cancellation with UI and e2e tests 2025-12-21 00:24:16 +01:00
audit implemented 2025-12-20 23:06:05 +01:00
booking Phase 4: Booking UI for regular users with date selection, slot booking, and e2e tests 2025-12-21 00:15:29 +01:00
components Phase 6: Admin appointments view and cancellation with UI and backend tests 2025-12-21 00:30:09 +01:00
generated Phase 6: Admin appointments view and cancellation with UI and backend tests 2025-12-21 00:30:09 +01:00
hooks some fixes and refactors 2025-12-19 11:08:19 +01:00
invites implemented 2025-12-20 23:06:05 +01:00
login second round of review 2025-12-18 22:31:19 +01:00
profile implemented 2025-12-20 23:06:05 +01:00
signup second review 2025-12-20 11:58:35 +01:00
styles finish branch 2025-12-19 00:12:43 +01:00
sum some fixes and refactors 2025-12-19 11:08:19 +01:00
api.ts first implementation 2025-12-20 11:12:11 +01:00
auth-context.tsx Phase 2: Admin availability UI with calendar grid, edit modal, and e2e tests 2025-12-20 23:54:34 +01:00
config.ts second round of review 2025-12-18 22:31:19 +01:00
layout.tsx tests passing 2025-12-18 22:08:31 +01:00
page.test.tsx first round of review 2025-12-20 11:43:32 +01:00
page.tsx some fixes and refactors 2025-12-19 11:08:19 +01:00