Browse Source
- Fix onboarding dialog handling in project creation tests * Replace blocking onboarding dismissal with try-catch approach * Use short timeout (2000ms) to detect dialog presence * Gracefully handle missing onboarding dialogs on projects page * Add console logging for debugging dialog state - Improve project creation timing and synchronization * Add networkidle wait after project save operation * Add networkidle wait before project list search * Increase timeout for project visibility check (10s) * Add debug logging to show all projects in list - Apply consistent pattern across both test files * 20-create-project.spec.ts: Enhanced with timing fixes * 25-create-project-x10.spec.ts: Applied onboarding fix These changes resolve test failures caused by UI timing issues and onboarding dialog state variability, improving test reliability from 42/44 passing to expected 44/44 passing tests.pull/188/head
2 changed files with 35 additions and 11 deletions
Loading…
Reference in new issue