fix(e2e): use domcontentloaded instead of networkidle in admin invoices test #263

Merged
lint-roller-qa[bot] merged 1 commits from fix/gro-557-e2e-stability into main 2026-04-11 16:50:35 +00:00

1 Commits

Author SHA1 Message Date
Pawla Abdul 0019511061 fix(e2e): use domcontentloaded instead of networkidle in admin invoices test
The networkidle wait causes flakiness in CI due to slow external resource loading.
Use domcontentloaded which fires earlier and is sufficient for SPA navigation checks.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-11 16:43:45 +00:00