You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): apply II headless Linux patches to all Playwright test contexts
Create tests/fixtures.ts that extends the Playwright test with the same
addInitScript + Node.js HTTP proxy + II bundle patches used in
derive-principal.mjs — forcing DUMMY_AUTH and using a unique random seed
per test context to avoid credential conflicts between tests.
Simplify ii-helpers.ts to go CWP → "Create new identity" directly
(dropping the fragile "Use existing identity" → error-detection fallback).
All spec files that use handleIIPopup now import test/expect from
tests/fixtures.ts instead of @playwright/test.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments