docs(test): update workflow test comments for multi-word search

Test continues to use 'scott idem' (full name) now that backend
supports multi-word search with AND logic. Updated status notes.
This commit is contained in:
Scott Idem
2026-02-26 17:08:58 -05:00
parent dc0f3066b3
commit 657a7122b8

View File

@@ -6,11 +6,11 @@ const event_id = testing_event_id;
const badge_id = 'test-badge-attendee-1';
/**
* Attendee BadgeWorkflow Test
* * **STATUS: WORK IN PROGRESS - Debugging search results display**
* * Simulates the complete attendee badge check-in workflow:
* Attendee Badge Workflow Test
*
* Simulates the complete attendee badge check-in workflow:
* 1. Navigate from home page to Event Badges
* 2. Search for attendee by name
* 2. Search for attendee by name (full name with space)
* 3. Click badge to view details
* 4. Edit professional_title using override field
* 5. Save changes
@@ -19,12 +19,16 @@ const badge_id = 'test-badge-attendee-1';
*
* This test validates:
* - Navigation flow from home → badges
* - Search functionality (fulltext)
* - Multi-word search functionality (tests "scott idem" split-word logic)
* - Badge detail view rendering
* - Quick edit feature (override fields)
* - Save/cancel functionality
* - Print button behavior (count increment, timestamp)
* - Return navigation to badge list
*
* **STATUS: WIP** - Search results not displaying in test environment
* - Multi-word search fix applied (splits "scott idem" → "scott" AND "idem")
* - Test can use single word ("scott" or "idem") as workaround
*/
test.describe('Event Badge - Attendee Workflow', () => {