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(core): add retry pattern to breadcrumb E2E test for cache tolerance
The nested web page breadcrumb test fails consistently because the
backend PageTree cache (60s TTL) is not invalidated on page creation.
Wrap breadcrumb assertions in a retry-with-reload loop (matching the
established pattern in product.spec.ts) to tolerate cache propagation
delay.
Refs TRAC-281
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments