Enhancement: allow disabling auto-suggestions for inbox documents (#13946)

This commit is contained in:
shamoon
2026-09-07 22:04:13 +00:00
committed by GitHub
parent 937feb1bef
commit f197d09b3e
8 changed files with 64 additions and 2 deletions
@@ -267,7 +267,7 @@ describe('SettingsComponent', () => {
expect(toastErrorSpy).toHaveBeenCalled()
expect(storeSpy).toHaveBeenCalled()
expect(appearanceSettingsSpy).not.toHaveBeenCalled()
expect(setSpy).toHaveBeenCalledTimes(32)
expect(setSpy).toHaveBeenCalledTimes(33)
// succeed
storeSpy.mockReturnValueOnce(of(true))