You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 1dad319e5e fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes
- Replace waitForLoadState('networkidle') with 'domcontentloaded' to
  avoid hangs caused by the Cloudflare Turnstile script
- Add { waitUntil: 'domcontentloaded' } to all page.goto() calls
- Rewrite registration test to use the API directly instead of UI form
  submission, since the Turnstile script causes continuous DOM mutations
  that prevent Playwright from clicking elements
- Fix admin-providers test to select Gemini from the provider dropdown
  when multiple providers are enabled
- Fix sources test to clean up leftover sources before asserting counts
- Update generation-live LLM call type assertion from 'rewrite' to
  'search' to match the current pipeline (classify_summarize is optional)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
admin-providers.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago
generation-live.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago
registration.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago
settings-export.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago
settings.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago
sources.spec.ts fix: update E2E tests for Turnstile DOM stability, stale selectors, and pipeline changes 3 months ago