mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-23 22:25:05 +00:00
- 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.