Let users know when falling back to flash, and update the error messa… (#12640)

This commit is contained in:
Sehoon Shon
2025-11-06 13:43:21 -05:00
committed by GitHub
parent c585470a71
commit 31b34b11ab
11 changed files with 174 additions and 225 deletions
+2 -2
View File
@@ -671,9 +671,9 @@ describe('AppContainer State Management', () => {
// You can even verify that the plumbed function is callable
act(() => {
capturedUIActions.handleProQuotaChoice('auth');
capturedUIActions.handleProQuotaChoice('retry_later');
});
expect(mockHandler).toHaveBeenCalledWith('auth');
expect(mockHandler).toHaveBeenCalledWith('retry_later');
unmount();
});
});