Files
ComfyUI_frontend/apps
Glary-Bot 687f34fbdc harden affiliates e2e against popup races and copy churn
- waitForEvent('page') resolves when the new tab is created, not when
  it has navigated, so popup.url() could return 'about:blank' before
  the forms.gle redirect chain settles. Add
  popup.waitForLoadState('domcontentloaded') so the URL assertion
  always reads the post-redirect URL.
- The FAQ toggle test was hardcoding the question and answer copy. If
  src/i18n/translations.ts changes the copy, the locator silently stops
  matching. Resolve the first FAQ's question/answer from the same
  translation keys the page renders ('affiliate-landing.faq.1.q' and
  '.a'), so the test tracks the real source of truth.
2026-05-06 02:22:10 +00:00
..