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(test): use getByTestId for reliable fills in webkit
Replace page.fill('[data-testid=...]') with page.getByTestId().fill()
to fix webkit race condition where CSS selector fills didn't update
Svelte reactive state before assertions fired.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments