update the notification-help to remove push-notification info, and other minor fixes

This commit is contained in:
2026-03-05 20:58:49 -07:00
parent 6825bd5214
commit 94f31faacc
5 changed files with 92 additions and 595 deletions

View File

@@ -4,20 +4,7 @@ This directory contains the automated end-to-end test suite for Time Safari usin
## Test Structure
Tests are organized by feature area and numbered for execution order:
- `00-noid-tests.spec.ts` - Tests for unregistered users
- `05-invite.spec.ts` - Contact invitation functionality
- `10-check-usage-limits.spec.ts` - Usage limit verification
- `20-create-project.spec.ts` - Project creation
- `25-create-project-x10.spec.ts` - Bulk project creation
- `30-record-gift.spec.ts` - Gift recording
- `33-record-gift-x10.spec.ts` - Bulk gift recording
- `35-record-gift-from-image-share.spec.ts` - Gift recording from shared images
- `37-record-gift-on-project.spec.ts` - Project-specific gift recording
- `40-add-contact.spec.ts` - Contact management
- `50-record-offer.spec.ts` - Offer recording
- `60-new-activity.spec.ts` - Activity feed updates
Tests are organized by feature area and numbered for execution order.
## Key Files