mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Enhancement: default to title/content search, allow choosing full search link from global search (#6805)
This commit is contained in:
parent
8abb0cd75d
commit
719f76060b
8 changed files with 191 additions and 101 deletions
|
|
@ -309,7 +309,7 @@ describe('SettingsComponent', () => {
|
|||
expect(toastErrorSpy).toHaveBeenCalled()
|
||||
expect(storeSpy).toHaveBeenCalled()
|
||||
expect(appearanceSettingsSpy).not.toHaveBeenCalled()
|
||||
expect(setSpy).toHaveBeenCalledTimes(26)
|
||||
expect(setSpy).toHaveBeenCalledTimes(27)
|
||||
|
||||
// succeed
|
||||
storeSpy.mockReturnValueOnce(of(true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue