fix(ui): Truncate long loading text (#9768)

This commit is contained in:
Sandy Tao
2025-09-25 11:33:06 -07:00
committed by GitHub
parent 5f080aa52a
commit d2d9ae3f91
3 changed files with 26 additions and 1 deletions
@@ -0,0 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`<LoadingIndicator /> > should truncate long primary text instead of wrapping 1`] = `
"MockResponding This is an extremely long loading phrase that should be truncated in t (esc to
Spinner cancel, 5s)"
`;